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