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