mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-03-06 12:11:12 +01: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;
|