From: <var...@us...> - 2012-09-28 13:42:18
|
Revision: 8294 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8294&view=rev Author: vargenau Date: 2012-09-28 13:42:07 +0000 (Fri, 28 Sep 2012) Log Message: ----------- php_closing_tag [PSR-2] The closing ?> tag MUST be omitted from files containing only PHP. Modified Paths: -------------- trunk/uploads/index.php Modified: trunk/uploads/index.php =================================================================== --- trunk/uploads/index.php 2012-09-28 13:36:20 UTC (rev 8293) +++ trunk/uploads/index.php 2012-09-28 13:42:07 UTC (rev 8294) @@ -1,4 +1,3 @@ -<?php // $Id$ +<?php header( "Location: ../index.php?pagename=UpLoad" ); exit(); -?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |