X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/6c49ea194c030a04ce8b303aae2a51dce01c7382..36a5016b0d2aa4f27b0e02c898fc794ee5b30da8:/index.php
diff --git a/index.php b/index.php
index 81fca81..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))
{
@@ -94,31 +102,51 @@ if (jirafeau_has_upload_password ($cfg))
?>
-
- :
-
-
-
-
+
+
- :
-
-
-
-
-
- :
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+