php-vn-lib/configure.php

10 lines
86 B
PHP
Raw Normal View History

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