diff options
author | Charly Root <root@muse-sequencer.org> | 2013-10-07 23:59:55 +0200 |
---|---|---|
committer | Charly Root <root@muse-sequencer.org> | 2013-10-07 23:59:55 +0200 |
commit | d4e28b7d94d7eed6edae05729e14e51b30f87e18 (patch) | |
tree | 9dec855d566ec0328906ac2976437351c343f12f /src/PhpBB3Conf.php | |
parent | 7437f8756d445ed8d5aa298d269dbd4950ac3e3c (diff) |
mark config with CONFIG_TODO
Diffstat (limited to 'src/PhpBB3Conf.php')
-rw-r--r-- | src/PhpBB3Conf.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PhpBB3Conf.php b/src/PhpBB3Conf.php index 7f023d9..e33c5c9 100644 --- a/src/PhpBB3Conf.php +++ b/src/PhpBB3Conf.php @@ -1,5 +1,5 @@ <?php -$phpbb_root_path = '/var/www/forum/'; +$phpbb_root_path = '/var/www/CONFIG_TODO/'; ?> |