
| Path : /var/www/html/z_admin_cashtest/php/ |
| Current File : /var/www/html/z_admin_cashtest/php/logout.php |
<?php
$exe->qry_update(" login_keyword = null " , "{$info_db[pub_db]}.tbl_{$config[A01][1]}" , " numid={$info_admin[loginno]} ") ;
foreach ( $_SESSION as $key => $val )
{
session_unregister( $key ) ;
}
setCookie("cookie_admin_keyword", '', -1, "/admin");
setcookie("nalog_admin",'',-1,"/");
script_re($total['rootdir']);
?>