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,8 +27,8 @@
*/
/** XMPPHP_XMLStream */
require_once dirname(__FILE__) . "/XMLStream.php";
require_once dirname(__FILE__) . "/Roster.php";
require_once 'XMPPHP/XMLStream.php';
require_once 'XMPPHP/Roster.php';
/**
* XMPPHP Main Class