From: Reini U. <ru...@x-...> - 2010-05-04 20:50:57
|
2010/5/4 <var...@us...>: > Revision: 7378 > http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7378&view=rev > Author: vargenau > Date: 2010-05-04 13:49:26 +0000 (Tue, 04 May 2010) > > Log Message: > ----------- > Add Gforge Wiki Configurator > > Added Paths: > ----------- > trunk/wikiadmin.php .. > +require_once dirname(__FILE__)."/../../env.inc.php"; > +require_once $gfwww.'include/pre.php'; This might be useful for gforge, but is not save for phpwiki to install in general. ../../env.inc.php might be any path which we are not allowed to use. - Cannot this be moved to a .htaccess protected path? - Can it be made downloadable extra for GForge users? We cannot ship this here in the default tar.gz. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |