X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/fd69ffa2b6106b20378a22917ea8f63c8091859d..2ebe59f816a0521116ae2faf79e3cd084dae59c0:/index.php diff --git a/index.php b/index.php index 1a5c6aa..5a2c926 100644 --- a/index.php +++ b/index.php @@ -34,6 +34,14 @@ if (has_error ()) exit; } +/* Check if user is allowed to upload. */ +if (!jirafeau_challenge_upload_ip ($cfg, get_ip_address($cfg))) +{ + echo '
' . t('Access denied') . '