Files
crm.twinpol.com/modules/EcmProductB2Bs/setFlag.php
2025-05-12 15:44:39 +00:00

4 lines
187 B
PHP
Executable File

<?php
$GLOBALS['db']->query("update ecmproducts set flag='".$_REQUEST['flag']."' where id='".$_REQUEST['record']."'");
header("Location: index.php?module=EcmProductB2Bs&action=index");
?>