first
This commit is contained in:
10
modules/domain/action/a.modifygid.php
Normal file
10
modules/domain/action/a.modifygid.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
if(!defined('__KIMS__')) exit;
|
||||
|
||||
checkAdmin(0);
|
||||
|
||||
$i = 0;
|
||||
foreach($menumembers as $val) getDbUpdate($table['s_domain'],'gid='.($i++),'uid='.$val);
|
||||
|
||||
getLink('reload','parent.','','');
|
||||
?>
|
||||
Reference in New Issue
Block a user