From: <ru...@us...> - 2009-03-24 13:28:05
|
Revision: 6696 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6696&view=rev Author: rurban Date: 2009-03-24 13:27:56 +0000 (Tue, 24 Mar 2009) Log Message: ----------- (c) vargenau, improve wording Modified Paths: -------------- trunk/index.php Modified: trunk/index.php =================================================================== --- trunk/index.php 2009-03-24 13:27:17 UTC (rev 6695) +++ trunk/index.php 2009-03-24 13:27:56 UTC (rev 6696) @@ -2,7 +2,7 @@ // iso-8859-1 /* -Copyright 1999,2000,2001,2002,2003,2004 $ThePhpWikiProgrammingTeam +Copyright 1999,2000,2001,2002,2003,2004,2009 $ThePhpWikiProgrammingTeam = array( "Steve Wainstead", "Clifford A. Adams", "Lawrence Akka", "Scott R. Anderson", "Jon \xC5slund", "Neil Brown", "Jeff Dairiki", @@ -10,7 +10,8 @@ "Antti Kaihola", "Jeremie Kass", "Carsten Klapp", "Marco Milanesi", "Grant Morgan", "Jan Nieuwenhuizen", "Aredridel Niothke", "Pablo Roca Rozas", "Sandino Araico S\xE1nchez", "Joel Uckelman", -"Reini Urban", "Joby Walker", "Tim Voght", "Jochen Kalmbach"); +"Reini Urban", "Marc-Etienne Vargenau", "Joby Walker", "Tim Voght", +"Jochen Kalmbach"); This file is part of PhpWiki. @@ -49,7 +50,7 @@ // is enough in the wiki file, plus the action definition in a .htaccess file //////////////////////////////////////////////////////////////// -// If any page is empty, comment the if ... line out, +// If every page is just empty, comment the if (@is_dir line out, // to force include "lib/main.php". // Without the dir check it might fail for index.php via DirectoryIndex if (@is_dir(SCRIPT_FILENAME) or realpath(SCRIPT_FILENAME) == realpath(__FILE__)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |