Current Path : /var/www/www-root/data/webdav/www.catalog.monolith-realty.ru/protect253/ |
Current File : /var/www/www-root/data/webdav/www.catalog.monolith-realty.ru/protect253/index.php |
<?php // Author: Mik Foxi admin@mikfoxi.com // License: GNU GPL v3 - https://www.gnu.org/licenses/gpl-3.0.en.html // Website: https://antibot.cloud/ require_once(__DIR__.'/code/include.php'); ?><!DOCTYPE html> <html> <head> <title>Antibot</title> <meta charset="utf-8"> <meta name="robots" content="noindex" /> <style> .centered { display: flex; justify-content: center; align-items: center; height: 95vh; margin: 0; } </style> </head> <body> <div class="centered"> <div><h1><a href="admin.php" title="Antibot Admin Panel">Antibot Admin Panel</a></h1></div> </div> </body> </html>