Файловый менеджер - Редактировать - /www/wwwroot/gloksim.com/static/img/logo/logout.php.tar
Назад
www/wwwroot/gloksim.com/logout.php 0000644 00000000127 15020175471 0013366 0 ustar 00 <?php session_start(); session_destroy(); session_unset(); header("Location: ./"); www/wwwroot/gloksim.com/admin/logout.php 0000644 00000000200 15020176364 0014450 0 ustar 00 <?php session_start(); session_unset(); session_destroy(); @header("location: index.php"); ?>