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