summaryrefslogtreecommitdiff
path: root/src/PhpBB3Conf.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/PhpBB3Conf.php')
-rw-r--r--src/PhpBB3Conf.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/PhpBB3Conf.php b/src/PhpBB3Conf.php
new file mode 100644
index 0000000..7f023d9
--- /dev/null
+++ b/src/PhpBB3Conf.php
@@ -0,0 +1,5 @@
+<?php
+
+$phpbb_root_path = '/var/www/forum/';
+
+?>