]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - script.php
[BUGFIX] Remove invalid regex Warning
[jirafeau_mojo42.git] / script.php
index 90b2c119e02d5ef7e727b613b8009afa683622b3..20eafbfdbc585f2b312aee2fb622eb81564e44b9 100644 (file)
@@ -81,7 +81,6 @@ if (isset($_FILES['file']) && is_writable(VAR_FILES)
             exit;
         }
     }
-    
     $key = '';
     if (isset($_POST['key'])) {
         $key = $_POST['key'];

patrick-canterino.de