[Paulscriptsmods-checkin] ajax_shout/root ajax.php, 1.21.2.30, 1.21.2.31
Status: Beta
Brought to you by:
paulsohier
|
From: Paul S. <pau...@us...> - 2007-09-19 08:19:09
|
Update of /cvsroot/paulscriptsmods/ajax_shout/root In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6039/root Modified Files: Tag: phpbb3_ver ajax.php Log Message: Index: ajax.php =================================================================== RCS file: /cvsroot/paulscriptsmods/ajax_shout/root/ajax.php,v retrieving revision 1.21.2.30 retrieving revision 1.21.2.31 diff -C2 -d -r1.21.2.30 -r1.21.2.31 *** ajax.php 17 Sep 2007 18:23:17 -0000 1.21.2.30 --- ajax.php 19 Sep 2007 08:19:11 -0000 1.21.2.31 *************** *** 14,17 **** --- 14,18 ---- define('IN_PHPBB', true); define('AJAX_DEBUG', false); + $phpbb_root_path = './'; $phpEx = substr(strrchr(__FILE__, '.'), 1); |