php-vn-lib/configure.php

10 lines
79 B
PHP

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