@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux www.thesweb.ru 4.19.0-22-amd64 #1 SMP Debian 4.19.260-1 (2022-09-29) x86_64
Current Path :
/
var
/
www
/
www-root
/
data
/
www
/
new.labinform.ru
/
lii_translate
/
Path :
Upload File :
New :
File
Dir
/var/www/www-root/data/www/new.labinform.ru/lii_translate/login.php
<?PHP //ob_start(); //session_start(); include_once('config.php'); if ((isset($_SESSION[LoginURI]['valid_thes'])) && ($_SESSION[LoginURI]['valid_thes'] === true) && ($_SESSION[LoginURI]["expires_by"] > time())) { $_SESSION[LoginURI]["expires_by"] = time() + 18000; $usr_id = $_SESSION[LoginURI]['usr_id']; $usr_name = $_SESSION[LoginURI]['username']; $ssid = $_SESSION[LoginURI]['ssid']; if ($_SESSION[LoginURI]['usertypeid'] == 10) { $isadm = true; } //echo($usr_id); } else { $usr_id = -1; $usr_name = ''; $_SESSION[LoginURI]['valid_thes'] = false; $isadmin = false; } ?>