adding version number

This commit is contained in:
Xkeeper
2015-08-09 01:10:54 -07:00
parent 727782410f
commit 9cf3e47cc5
3 changed files with 3 additions and 5 deletions

View File

@@ -35,7 +35,6 @@
if (file_exists("lib/firewall.php") && !filter_int($disable_firewall)) {
trigger_error("Loading firewall", E_USER_NOTICE);
require 'lib/firewall.php';
}