calc CIDR for wireguard

This commit is contained in:
mercury
2023-06-04 14:57:41 +04:00
parent 621f4e7541
commit d9f177fdb6
4 changed files with 146 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ require __DIR__ . '/timezone.php';
require __DIR__ . '/config.php';
if ('POST' == $_SERVER['REQUEST_METHOD'] && $_GET['k'] == $c['key']) {
// require __DIR__ . '/debug.php';
require __DIR__ . '/calc.php';
require __DIR__ . '/bot.php';
require __DIR__ . '/i18n.php';
$bot = new Bot($c['key'], $i);