X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/f55334d19ee35f6a163f574a54546449f7d44ca0..b6f423726c6f71c769fc7d7f3b842f623595a808:/f.php?ds=sidebyside 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. */