diff options
| author | till <till@php.net> | 2008-02-03 14:30:02 +0000 |
|---|---|---|
| committer | till <till@php.net> | 2008-02-03 14:30:02 +0000 |
| commit | 2b9b6bfab0c5d99e7571d69bc94a6ea69f39932d (patch) | |
| tree | a30ebd66cda651ec7d8834836cfe7099c7555216 | |
| parent | 8bbe9d0ecb9c725f78c6565af85d83954f8137f8 (diff) | |
* fixed include_path
| -rw-r--r-- | check.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -38,6 +38,10 @@ * @todo HTML/CSS to make it pretty. */ +$include_path = dirname(__FILE__) . '/program/lib/'; +$include_path .= PATH_SEPARATOR . get_include_path(); +set_include_path($include_path); + $writable_dirs = array('logs/', 'temp/'); $create_files = array('config/db.inc.php', 'config/main.inc.php'); |
