🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-16 10:37:46 | PHP 8.1.34
📂
/ (Root)
/
usr
/
local
/
lsws
/
admin
/
html.6.3.1
/
includes
📍 /usr/local/lsws/admin/html.6.3.1/includes
🔄 Refresh
✏️
Editing: auth.php
Read Only
<?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