]> git.p6c8.net - jirafeau/jirafeau.git/blobdiff - script.php
Modified copyright header of all themes
[jirafeau/jirafeau.git] / script.php
index d28bc02f2dd3f7cb6bad73528a9409f2cb37b821..301ebe8cb088e83e6d9774bdc852d36811e10c68 100644 (file)
@@ -183,7 +183,7 @@ if (isset($_FILES['file']) && is_writable(VAR_FILES)
         echo 'Error 9';
         exit;
     }
-    if (strlen($link['key']) > 0 && hash('sha256',$key) != $link['key']) {
+    if (strlen($link['key']) > 0 && hash('sha256', $key) != $link['key']) {
         sleep(2);
         echo 'Error 10';
         exit;

patrick-canterino.de