Files
crm.twinpol.com/modules/EcmProducts/setFlag.php

4 lines
184 B
PHP
Raw Normal View History

2025-05-12 15:44:39 +00:00
<?php
$GLOBALS['db']->query("update ecmproducts set flag='".$_REQUEST['flag']."' where id='".$_REQUEST['record']."'");
header("Location: index.php?module=EcmProducts&action=index");
?>