diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-10-07 05:55:26 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-10-07 05:55:26 +0200 |
commit | 74ccedd6544daac0845a044b5e6d71d577578c69 (patch) | |
tree | 2ec348bfc818fbc2859922ac71f866c407ce0a7b /public/w/menu.php | |
parent | 67b20c49ec4e5efb4526fc64ef679dfb6dd41e30 (diff) | |
download | wcms-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.php | 4 |
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>'; } |