diff options
author | Philip Nicolcev <frugen@gmail.com> | 2016-04-30 15:53:12 -0400 |
---|---|---|
committer | Philip Nicolcev <frugen@gmail.com> | 2016-04-30 15:53:12 -0400 |
commit | 3e5e014237eb2107efecf5eeebcf02aab0b38148 (patch) | |
tree | 0d338975d2c2c1f7e1250ddeb8a71dcb54d155d9 | |
parent | ae73a4ac54658ce579f08fb7deb4e03c25046ac3 (diff) | |
download | AJAX-Chat-origin/vBulletin.zip AJAX-Chat-origin/vBulletin.tar.gz AJAX-Chat-origin/vBulletin.tar.bz2 |
cs fixesorigin/vBulletin
-rw-r--r-- | chat/lib/custom.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chat/lib/custom.php b/chat/lib/custom.php index 939b413..d7e4221 100644 --- a/chat/lib/custom.php +++ b/chat/lib/custom.php @@ -15,4 +15,3 @@ error_reporting(E_ALL & ~E_NOTICE); define('THIS_SCRIPT', 'ajax_chat'); chdir(AJAX_CHAT_PATH.'../'); require(AJAX_CHAT_PATH.'../global.php'); -?> |