first commit

This commit is contained in:
dev-chiefworks
2022-05-31 16:21:53 -04:00
commit f76abffdcd
5978 changed files with 1078901 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<?php
//echo "[".date("Y-m-d H:i:s")."] Daily Report job is starting.\n";
include '../backend.php';
define('SAVVY_DEBUG', 999999999);
$in["member_id"] = 74;
$in["logic_id"] = 'LG00012';
$in["pid"] = '100';
$in["action"] = SAVVY_DEBUG;
$out = $savvyext->savvyext_api($in);
$ret = $out["retval"];
print_r( $out );
?>