Files
hestiacp/web/edit/server/iptables/index.php
Alexey Berezhok 346a50856b Initial
2024-03-19 22:05:27 +03:00

10 lines
152 B
PHP

<?php
$TAB = "SERVER";
// Main include
include $_SERVER["DOCUMENT_ROOT"] . "/inc/main.php";
// Check user
header("Location: /list/firewall");
exit();