| DIR: /var/tmp/ |
| Current File : //var/tmp/phprFG9im |
home/islapiiu/sites/forbes/control-panel/post-and-get/logout.php 0000644 00000000356 15076747760 0021052 0 ustar 00 <?php
include_once(dirname(__FILE__) . '/../../class/include.php');
$MEMBER = new Member(NULL);
if ($MEMBER->logOut()) {
header('location: ../login-or-register.php');
} else {
header('location: ../?error=2');
}
|