]> git.p6c8.net - jirafeau_project.git/blobdiff - script.php
Fix user input for not including new lines
[jirafeau_project.git] / script.php
index ad354a5695b909072f57b37adcd74f796758eee7..396538ccc0a86ad9060680b3eac5dd264b482fbd 100755 (executable)
@@ -485,11 +485,11 @@ elseif (isset ($_GET['init_async']))
                 break;\r
         }\r
     echo jirafeau_async_init ($_POST['filename'],\r
-                                     $type,\r
-                                     isset ($_POST['one_time_download']),\r
-                                     $key,\r
-                                     $time,\r
-                                     $_SERVER['REMOTE_ADDR']);\r
+                              $type,\r
+                              isset ($_POST['one_time_download']),\r
+                              $key,\r
+                              $time,\r
+                              $_SERVER['REMOTE_ADDR']);\r
 }\r
 /* Continue an asynchronous upload. */\r
 elseif (isset ($_GET['push_async']))\r

patrick-canterino.de