File manager - Edit - /usr/local/cpanel/3rdparty/share/phpPgAdmin/logout.php
Back
<?php /** * Logs a user out of the app * * $Id: logout.php,v 1.3 2003/09/10 01:55:52 chriskl Exp $ */ echo $_SESSION['PPA_ID']; if (!ini_get('session.auto_start')) { session_name('PPA_ID'); session_start(); } unset($_SESSION); session_destroy(); header('Location: /'); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings