📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 09:50:59
📂
/
/
usr
/
local
/
lsws
/
admin
/
html.6.3.1
/
includes
✏️
Editing: auth.php
<?php require_once('global.php'); $client = CLIENT::singleton(); if ( !$client->isValid() || (isset($_SERVER['HTTP_REFERER']) && strpos($_SERVER['HTTP_REFERER'], $_SERVER['HTTP_HOST']) === FALSE)) { $client->clear(); header('location:/login.php'); die(); }
💾 Save Changes
❌ Cancel