bug fix: After adding a new bridge, it is not loaded because it was removed from the list of action

This commit is contained in:
ahiles3005 2016-03-01 20:39:09 +04:00
parent 4c241a1319
commit 4fac0e382c

View file

@ -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();