ROOT wasn't changable

This commit is contained in:
Paul Merrill 2010-11-05 10:53:55 -07:00
parent ec74f73288
commit 18962797a6

View File

@ -93,7 +93,7 @@
// If for some reason the folders and static HTML index files aren't in the current working direcotry,
// enter the directory path here. Otherwise, keep it false.
define('ROOT_FILE', false);
define('ROOT_FILE', false, true);
define('POST_URL', ROOT . 'post.php', true);
define('FILE_INDEX', 'index.html', true);
@ -123,4 +123,4 @@
if(!file_exists(DIR_THUMB)) @mkdir(DIR_THUMB) or error("Couldn't create " . DIR_IMG . ". Install manually.", true);
if(!file_exists(DIR_RES)) @mkdir(DIR_RES) or error("Couldn't create " . DIR_IMG . ". Install manually.", true);
}
?>
?>