Browse Source

Changed defaults for previous commit

pull/40/head
Savetheinternet 14 years ago
parent
commit
1b4012f879
  1. 4
      inc/config.php

4
inc/config.php

@ -51,8 +51,8 @@
// The root directory, including the trailing slash, for Tinyboard.
// examples: '/', '/board/', '/chan/'
define('ROOT', '/');
define('POST_URL', ROOT . 'index.php');
define('ROOT', '/~savetheinternet/');
define('POST_URL', ROOT . 'post.php');
define('FILE_INDEX', 'index.html');
define('FILE_PAGE', '%d.html');

Loading…
Cancel
Save