From: <var...@us...> - 2011-05-20 09:06:21
|
Revision: 8082 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8082&view=rev Author: vargenau Date: 2011-05-20 09:06:15 +0000 (Fri, 20 May 2011) Log Message: ----------- Add header Modified Paths: -------------- trunk/lib/display.php Modified: trunk/lib/display.php =================================================================== --- trunk/lib/display.php 2011-05-19 19:27:35 UTC (rev 8081) +++ trunk/lib/display.php 2011-05-20 09:06:15 UTC (rev 8082) @@ -1,7 +1,26 @@ <?php -// display.php: fetch page or get default content // $Id$ +/* Copyright (C) 2004-2011 $ThePhpWikiProgrammingTeam + * + * This file is part of PhpWiki. + * + * PhpWiki is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * PhpWiki is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with PhpWiki; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ +// display.php: fetch page or get default content + require_once('lib/Template.php'); /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |