File "cron.php"

Full path: /home/cakedeco/retaildirectonline.co.uk/system/library/squareup/cron.php
File size: 196 B (196 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php

$squareup_dir = dirname(__FILE__);

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

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