X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/d5b85f9c7bda15446c271edf809c4dde150f6f3d..9cb2631b8ac5fd7c0de6df67d259209eece25305:/script.php

diff --git a/script.php b/script.php
index 90b2c11..20eafbf 100644
--- a/script.php
+++ b/script.php
@@ -81,7 +81,6 @@ if (isset($_FILES['file']) && is_writable(VAR_FILES)
             exit;
         }
     }
-    
     $key = '';
     if (isset($_POST['key'])) {
         $key = $_POST['key'];