Re: [phpwiki-checkins] SF.net SVN: phpwiki:[7378] trunk/wikiadmin.php
Reini Urban <[email protected]> Tue, 4 May 2010 22:50:49 +0200
| Newsgroups | gmane.comp.web.wiki.phpwiki.talk |
|---|---|
| Message-ID | <[email protected]> |
2010/5/4 <[email protected]>: > 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/ ------------------------------------------------------------------------------