Browse Source

ROOT wasn't changable

pull/40/head
Paul Merrill 14 years ago
parent
commit
18962797a6
  1. 4
      inc/config.php

4
inc/config.php

@ -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);
}
?>
?>

Loading…
Cancel
Save