first
This commit is contained in:
10
modules/module/action/a.moduleshow_update.php
Normal file
10
modules/module/action/a.moduleshow_update.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
if(!defined('__KIMS__')) exit;
|
||||
|
||||
checkAdmin(0);
|
||||
|
||||
$hidden = $hidden ? 0 : 1;
|
||||
getDbUpdate($table['s_module'],'hidden='.$hidden,"id='".$moduleid."'");
|
||||
|
||||
getLink('reload','parent.','','');
|
||||
?>
|
||||
Reference in New Issue
Block a user