summaryrefslogtreecommitdiffstats
path: root/chat/lib/custom.php
diff options
context:
space:
mode:
Diffstat (limited to 'chat/lib/custom.php')
-rw-r--r--chat/lib/custom.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/chat/lib/custom.php b/chat/lib/custom.php
index fd47e80..86eb4e7 100644
--- a/chat/lib/custom.php
+++ b/chat/lib/custom.php
@@ -6,11 +6,11 @@
* @license Modified MIT License
* @link https://blueimp.net/ajax/
*
- * PunBB integration:
- * http://punbb.org/
+ * FluxBB integration:
+ * http://fluxbb.org/
*/
-// PunBB initialization:
-define('PUN_ROOT', AJAX_CHAT_PATH.'../');
+// FluxBB initialization:
+$fluxbb_root_path = dirname(AJAX_CHAT_PATH) . '/';
+define('PUN_ROOT', $fluxbb_root_path);
require PUN_ROOT.'include/common.php';
-?> \ No newline at end of file