5 lines
111 B
PHP
5 lines
111 B
PHP
|
<?php
|
||
|
|
||
|
set_include_path(realpath(dirname(__FILE__) . '/../classes') . PATH_SEPARATOR . get_include_path());
|
||
|
|
||
|
?>
|