first
This commit is contained in:
12
modules/member/action/a.session.setting.php
Normal file
12
modules/member/action/a.session.setting.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
if(!defined('__KIMS__')) exit;
|
||||
|
||||
if ($check) $_SESSION[$name] = $_SESSION[$name] ? '' : $value;
|
||||
else $_SESSION[$name] = $value;
|
||||
|
||||
if ($target)
|
||||
{
|
||||
getLink('reload',$target,'','');
|
||||
}
|
||||
exit;
|
||||
?>
|
||||
Reference in New Issue
Block a user