forked from mirrors/easyappointments
6 lines
102 B
PHP
6 lines
102 B
PHP
|
<?php
|
||
|
|
||
|
require_once __DIR__ . '/../vendor/autoload.php';
|
||
|
|
||
|
define('BASEPATH', __DIR__ . '/../system');
|