Service config feature

This commit is contained in:
Serghey Rodin 2016-08-25 19:29:36 +03:00
commit b89f602f7b
47 changed files with 3499 additions and 2 deletions

View file

@ -0,0 +1,10 @@
<?php
error_reporting(NULL);
$TAB = 'SERVER';
// Main include
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
// Check user
header("Location: /list/firewall");
exit;