X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/0a8d6bb0971bfbae457dd740da4797dc5e295c5c..0e5cca951eafa6193153f171b89a3bbf255152ef:/lib/functions.php?ds=sidebyside diff --git a/lib/functions.php b/lib/functions.php index f1c1d77..bc119a3 100755 --- a/lib/functions.php +++ b/lib/functions.php @@ -515,12 +515,6 @@ function check_errors () if (!is_writable (VAR_BLOCK)) add_error (t('The block directory is not writable!'), VAR_BLOCK); - - /* Check if the install.php script is still in the directory. */ - if (file_exists (JIRAFEAU_ROOT . 'install.php')) - add_error (t('Installer script still present'), - t('Please make sure to delete the installer script ' . - '"install.php" before continuing.')); } /** @@ -905,7 +899,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; }