mirror of
https://github.com/myvesta/vesta.git
synced 2024-12-22 03:51:19 -08:00
11 lines
172 B
PHP
11 lines
172 B
PHP
<?php
|
|
error_reporting(NULL);
|
|
$TAB = 'SERVER';
|
|
|
|
// Main include
|
|
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
|
|
|
|
// Check user
|
|
header("Location: /list/firewall");
|
|
exit;
|