X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/045f02b53953998c9cb0cff34f7f62664bdd66cd..896af1948aae9c3f48f10cff3752f926347d04f4:/index.php?ds=sidebyside
diff --git a/index.php b/index.php
index dd1a8bc..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') . '
';
+ require (JIRAFEAU_ROOT.'lib/template/footer.php');
+ exit;
+}
+
/* Ask password if upload password is set. */
if (jirafeau_has_upload_password ($cfg))
{
@@ -95,52 +103,50 @@ if (jirafeau_has_upload_password ($cfg))
?>
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+