Add php files
This commit is contained in:
4
modules/EcmPaymentStates/saveDesc.php
Executable file
4
modules/EcmPaymentStates/saveDesc.php
Executable file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$GLOBALS['db']->query("update ecminvoiceouts set description='".$_REQUEST['desc']."' where id='".$_REQUEST['id']."'");
|
||||
echo $_REQUEST['desc'];
|
||||
?>
|
||||
Reference in New Issue
Block a user