10 lines
104 B
PHP
10 lines
104 B
PHP
|
<?php
|
||
|
|
||
|
set_include_path
|
||
|
(
|
||
|
get_include_path ()
|
||
|
.PATH_SEPARATOR.__DIR__.'/package/usr/share/php'
|
||
|
);
|
||
|
|
||
|
?>
|