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