aboutsummaryrefslogtreecommitdiff
path: root/public/w/menu.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-10-07 05:55:26 +0200
committervincent-peugnet <v.peugnet@free.fr>2018-10-07 05:55:26 +0200
commit74ccedd6544daac0845a044b5e6d71d577578c69 (patch)
tree2ec348bfc818fbc2859922ac71f866c407ce0a7b /public/w/menu.php
parent67b20c49ec4e5efb4526fc64ef679dfb6dd41e30 (diff)
downloadwcms-74ccedd6544daac0845a044b5e6d71d577578c69.tar.gz
wcms-74ccedd6544daac0845a044b5e6d71d577578c69.zip
2.9 map + filter fix + markdownextra
Diffstat (limited to 'public/w/menu.php')
-rw-r--r--public/w/menu.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/public/w/menu.php b/public/w/menu.php
index 423ef08..8e89ed1 100644
--- a/public/w/menu.php
+++ b/public/w/menu.php
@@ -42,10 +42,8 @@ if ($app->session() >= $app::EDITOR) {
- } elseif ($_GET['aff'] == 'map' && $app->session() >= $app::INVITE) {
- $app->bddinit($config);
- $aff->map($app, $config->domain());
} else {
+
echo '<h1>Private</h1><p>You dont have the permission to access this page.</p>';
}