From 4fac0e382c8c4c0cadb5c1c1364faf120d141a52 Mon Sep 17 00:00:00 2001 From: ahiles3005 Date: Tue, 1 Mar 2016 20:39:09 +0400 Subject: [PATCH] bug fix: After adding a new bridge, it is not loaded because it was removed from the list of action --- index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.php b/index.php index 5578b2de..783e91a2 100644 --- a/index.php +++ b/index.php @@ -54,8 +54,6 @@ if (!file_exists($whitelist_file)) { } else { $whitelist_selection = explode("\n", file_get_contents($whitelist_file)); - //Remove the last empty line. - array_pop($whitelist_selection); } Cache::purge();