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