php-vn-lib/configure.php

10 lines
86 B
PHP

<?php
set_include_path
(
get_include_path ()
.PATH_SEPARATOR.__DIR__.'/lib'
);
?>