From: <var...@us...> - 2012-10-02 09:05:45
|
Revision: 8370 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8370&view=rev Author: vargenau Date: 2012-10-02 09:05:34 +0000 (Tue, 02 Oct 2012) Log Message: ----------- php_closing_tag [PSR-2] The closing ?> tag MUST be omitted from files containing only PHP. Modified Paths: -------------- trunk/g trunk/wiki Modified: trunk/g =================================================================== --- trunk/g 2012-10-02 09:04:52 UTC (rev 8369) +++ trunk/g 2012-10-02 09:05:34 UTC (rev 8370) @@ -276,4 +276,3 @@ } return $val; } -?> Modified: trunk/wiki =================================================================== --- trunk/wiki 2012-10-02 09:04:52 UTC (rev 8369) +++ trunk/wiki 2012-10-02 09:05:34 UTC (rev 8370) @@ -1,4 +1,4 @@ -<?php // -*-php-*- +<?php /* PrettyWiki startup script. Sample to override the default wiki (Theme, Language, DB, ...). @@ -34,4 +34,3 @@ // Start the wiki include "lib/main.php"; -?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |