From 218a787c0108d7fb4b2d33ada809bb3785bde7d9 Mon Sep 17 00:00:00 2001 From: rurban Date: Tue, 24 Mar 2009 13:27:56 +0000 Subject: [PATCH] (c) vargenau, improve wording git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6696 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- index.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 60603eacf..0b3a860e4 100644 --- a/index.php +++ b/index.php @@ -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 Åslund", "Neil Brown", "Jeff Dairiki", @@ -10,7 +10,8 @@ Copyright 1999,2000,2001,2002,2003,2004 $ThePhpWikiProgrammingTeam "Antti Kaihola", "Jeremie Kass", "Carsten Klapp", "Marco Milanesi", "Grant Morgan", "Jan Nieuwenhuizen", "Aredridel Niothke", "Pablo Roca Rozas", "Sandino Araico Sánchez", "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 @@ IniConfig(dirname(__FILE__)."/config/config.ini"); // 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__)) -- 2.45.0