From b743dbbb3cd1f1cea8bab1079a13b6a8d0f5c8d7 Mon Sep 17 00:00:00 2001 From: Andre Herberth Date: Wed, 19 Sep 2018 20:50:42 +0200 Subject: [PATCH] Small bugfix --- installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.php b/installer.php index f3ed415..0b0843c 100644 --- a/installer.php +++ b/installer.php @@ -200,7 +200,7 @@ private function phcomposer($command, $taskname) public function listen($request) { - $allowed = array('status','prepare1','flarum','bazaar','cleanup','log', progress); + $allowed = array('status','prepare1','flarum','bazaar','cleanup','log', 'progress'); if(!in_array($request,$allowed)) { $this->phlog('Ajax Blocked:',$request,'ajax.log'); echo "Invalid";