cron.php 196 Bytes Raw Blame History Permalink 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; }