php-vn-lib/configure.php

10 lines
79 B
PHP
Raw Normal View History

2015-01-23 12:38:29 +00:00
<?php
set_include_path
(
get_include_path ()
.PATH_SEPARATOR.__DIR__
2015-01-23 12:38:29 +00:00
);
?>