Revision: 7102
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7102&view=rev
Author: vargenau
Date: 2009-09-09 13:11:38 +0000 (Wed, 09 Sep 2009)
Log Message:
-----------
dos2unix
Modified Paths:
--------------
trunk/uploads/index.php
Modified: trunk/uploads/index.php
===================================================================
--- trunk/uploads/index.php 2009-09-09 12:36:06 UTC (rev 7101)
+++ trunk/uploads/index.php 2009-09-09 13:11:38 UTC (rev 7102)
@@ -1,4 +1,4 @@
-<?php // $Id$
- header( "Location: ../index.php?pagename=UpLoad" );
- exit();
-?>
\ No newline at end of file
+<?php // $Id$
+ 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.
|