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