comicpress-core/test/bootstrap.php

5 lines
111 B
PHP
Raw Normal View History

2009-11-07 15:51:08 +00:00
<?php
set_include_path(realpath(dirname(__FILE__) . '/../classes') . PATH_SEPARATOR . get_include_path());
?>