5 lines
77 B
PHP
5 lines
77 B
PHP
|
<?php
|
||
|
|
||
|
define('ROOT_DIR', getcwd());
|
||
|
|
||
|
require_once ROOT_DIR .'/autoload.php';
|