first commit
This commit is contained in:
@@ -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 );
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user