aboutsummaryrefslogtreecommitdiffstats
path: root/public/system/library/squareup/cron.php
blob: 658f2bc13acb702ca7676f02b5684bd2030f41ee (plain)
1
2
3
4
5
6
7
8
9
<?php

$squareup_dir = dirname(__FILE__);

require_once $squareup_dir . DIRECTORY_SEPARATOR . 'cron_functions.php';

if ($index = squareup_init($squareup_dir)) {
    require_once $index;
}