From 74ccedd6544daac0845a044b5e6d71d577578c69 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sun, 7 Oct 2018 05:55:26 +0200 Subject: 2.9 map + filter fix + markdownextra --- public/w/menu.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'public/w/menu.php') 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 '

Private

You dont have the permission to access this page.

'; } -- cgit v1.2.3