Files
hestiacp/web/edit/server/iptables/index.php

10 lines
152 B
PHP
Raw Normal View History

2024-03-19 22:05:27 +03:00
<?php
$TAB = "SERVER";
// Main include
include $_SERVER["DOCUMENT_ROOT"] . "/inc/main.php";
// Check user
header("Location: /list/firewall");
exit();