use XMPPHP/ folder instead of dirname(__FILE__) which is inefficient

This commit is contained in:
Christian Weiske
2010-02-25 19:33:00 +01:00
parent eefdf7d86d
commit efb71fa7f3
3 changed files with 6 additions and 6 deletions

View File

@@ -27,7 +27,7 @@
*/
/** XMPPHP_XMLStream */
require_once dirname(__FILE__) . "/XMPP.php";
require_once 'XMPPHP/XMPP.php';
/**
* XMPPHP Main Class