init
This commit is contained in:
10
modules/EcmWorkers/status.php
Normal file
10
modules/EcmWorkers/status.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
if($_REQUEST['set']!="" && $_REQUEST['record']!=""){
|
||||
|
||||
$w=$GLOBALS['db']->query("update ecmworkers set active2='".$_REQUEST['set']."' where id='".$_REQUEST['record']."'");
|
||||
|
||||
}
|
||||
|
||||
header("Location: index.php?action=index&module=EcmWorkers");
|
||||
?>
|
||||
Reference in New Issue
Block a user