X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/3e79bc188ef0d5b603b26163c0d0048c9310ec4c..3994a351bbae6ef4c58826164f34d1ab526549c7:/lib/functions.php diff --git a/lib/functions.php b/lib/functions.php index f1c1d77..15c7a3e 100755 --- a/lib/functions.php +++ b/lib/functions.php @@ -905,7 +905,7 @@ jirafeau_async_end ($ref, $code, $crypt, $link_name_length) $crypt_key = ''; if ($crypt == true && extension_loaded('mcrypt')) { - $cypt_key = jirafeau_encrypt_file ($p, $p); + $crypt_key = jirafeau_encrypt_file ($p, $p); if (strlen($crypt_key) > 0) $crypted = true; }