first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?
|
||||
include 'cron_constants.php';
|
||||
include 'backend.php';
|
||||
$wrb= new backend();
|
||||
|
||||
|
||||
$in['action'] = WRB_JOB_CRONJOB;
|
||||
$in['call_action'] = WRB_CRONJOB_JOBDUE_PAYMENTS;
|
||||
$in['one_limit'] = 3;
|
||||
$wrb->wrenchboard_api($in,$out);
|
||||
|
||||
print_r($out);
|
||||
?>
|
||||
Reference in New Issue
Block a user