# HG changeset patch # User Matti Hamalainen # Date 1452903469 -7200 # Node ID b8f8e03f943bd8f720d98da83315c11e18353e78 # Parent 59cf3acc4440c49880993e6509092103600a6469 Fix site library include. diff -r 59cf3acc4440 -r b8f8e03f943b mgallery.php --- a/mgallery.php Wed Oct 14 10:52:44 2015 +0300 +++ b/mgallery.php Sat Jan 16 02:17:49 2016 +0200 @@ -3,7 +3,7 @@ // Yet Another Image Gallery // (C) Copyright 2015 Tecnic Software productions (TNSP) // -require "msitegen.inc.php"; +require "mgeneric.inc.php"; require "mgallery.inc.php";