mirror of
https://github.com/mbirth/tcl_update_db.git
synced 2024-12-26 12:34:07 +00:00
7 lines
107 B
PHP
7 lines
107 B
PHP
|
<?php
|
||
|
|
||
|
set_include_path(__DIR__ . PATH_SEPARATOR . get_include_path());
|
||
|
|
||
|
// PSR-4
|
||
|
spl_autoload_register();
|