spacejewel-ipn-communication/source/boot.php

10 lines
163 B
PHP
Raw Normal View History

2018-06-07 10:56:13 +00:00
<?php
$ROOT = $_SERVER['DOCUMENT_ROOT'];
error_reporting(E_ALL);
ini_set('display_errors', 1);
require $ROOT . "/vendor/autoload.php";
// Other load tasks here