Init ci
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
define('ROOT_DIR', getcwd());
|
||||
|
||||
require_once ROOT_DIR .'/autoload.php';
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
define('ROOT_DIR', getcwd());
|
||||
|
||||
require_once ROOT_DIR .'/autoload.php';
|
||||