Cleanup: removed all closing tags in php files.
[fa-stable.git] / admin / attachments.php
index 2f41d80c14cc15cef973f5dedb2e4b3b0b1232e9..347c1be5aa23d1f52520593fe322c9fc1b9a5758 100644 (file)
@@ -94,7 +94,7 @@ if ($Mode == 'ADD_ITEM' || $Mode == 'UPDATE_ITEM')
                if (!file_exists($dir))
                {
                        mkdir ($dir,0777);
-                       $index_file = "<?php\nheader(\"Location: ../index.php\");\n?>";
+                       $index_file = "<?php\nheader(\"Location: ../index.php\");\n";
                        $fp = fopen($dir."/index.php", "w");
                        fwrite($fp, $index_file);
                        fclose($fp);
@@ -258,4 +258,3 @@ end_form();
 
 end_page();
 
-?>