default $config[root]

This commit is contained in:
Savetheinternet 2011-02-16 15:48:32 +11:00
parent afbd0c6473
commit 1913795733

View File

@ -149,7 +149,7 @@
// The root directory, including the trailing slash, for Tinyboard.
// examples: '/', 'http://boards.chan.org/', '/chan/'
$config['root'] = '/';
$config['root'] = ($_SERVER['REQUEST_URI'] == '/' ? '/' : str_replace('\\', '/', dirname($_SERVER['REQUEST_URI'])) . '/');
$config['dir']['img'] = 'src/';
$config['dir']['thumb'] = 'thumb/';