diff options
author | Christoph Burschka | 2012-10-30 02:45:21 +0100 |
---|---|---|
committer | Christoph Burschka | 2012-10-30 02:45:21 +0100 |
commit | 7fc3addf1b2796998fe0350cd4c5d7513612b1ba (patch) | |
tree | da7b47008fc112e53aee5ab51b8a39f6be4f54f2 /config.php | |
download | ejabberd-auth-php-7fc3addf1b2796998fe0350cd4c5d7513612b1ba.tar.gz |
Initial checkin
Diffstat (limited to 'config.php')
-rw-r--r-- | config.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.php b/config.php new file mode 100644 index 0000000..dd5f8f1 --- /dev/null +++ b/config.php @@ -0,0 +1,4 @@ +<?php + +$phpbb_root_path = '/home/arancaytar/development/phpbb3/phpBB/'; +$log_path = __DIR__ . '/logs/';
\ No newline at end of file |