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