You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
282 B

<?php
ini_set('error_reporting', E_ALL); // or error_reporting(E_ALL);
ini_set('display_errors', '1');
ini_set('display_startup_errors', '1');
$_SERVER['SCRIPT_FILENAME'] = dirname(__DIR__) . "\index.php";
chdir(dirname(__DIR__));
require_once __DIR__ . "/../vendor/autoload.php";