Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
self
/
root
/
srv
/
admin
/
htdocs
/
phppgadmin-7.13
/
//proc/self/root/srv/admin/htdocs/phppgadmin-7.13/logout.php
<?php /** * Logs a user out of the app * * $Id: logout.php,v 1.3 2003/09/10 01:55:52 chriskl Exp $ */ if (!ini_get('session.auto_start')) { session_name('PPA_ID'); session_start(); } unset($_SESSION); session_destroy(); header('Location: index.php'); ?>