1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 11:04:18 +02:00

Moved e_ajax.php to e107_web/js and cleanup references.

This commit is contained in:
Cameron
2012-11-24 11:27:52 -08:00
parent 0a8ec03ab4
commit 441896c794
5 changed files with 3 additions and 255 deletions

View File

@@ -4,7 +4,7 @@ if (!defined('e107_INIT')) { exit; }
if($eMenuActive['chatbox_menu'] && ($pref['cb_layer']==2))
{
$eplug_js[] = e_FILE_ABS."e_ajax.php";
$eplug_js[] = e_JS."e_ajax.php";
}