X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/d598ed64ed220d9bc3113add823c93310c68ad38..6e621f8bd49e3700163741f875aeebd7a361b957:/f.php diff --git a/f.php b/f.php index f6fe6fd..ed7d782 100644 --- a/f.php +++ b/f.php @@ -167,7 +167,6 @@ if (!empty($link['key'])) { echo '&k=' . urlencode($crypt_key); } ?>'; document.getElementById('submit_preview').submit ();"/>'; require(JIRAFEAU_ROOT.'lib/template/footer.php'); @@ -220,7 +219,6 @@ if (!$password_challenged && !$do_download && !$do_preview) { echo '&k=' . urlencode($crypt_key); } ?>'; document.getElementById('submit_post').submit ();"/>'; echo ''; @@ -253,7 +251,7 @@ if ($cfg['litespeed_workaround']) { } } /* Read encrypted file. */ -else if ($link['crypted']) { +elseif ($link['crypted']) { /* Init module */ $m = mcrypt_module_open('rijndael-256', '', 'ofb', ''); /* Extract key and iv. */