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,13 +27,13 @@
*/
/** XMPPHP_Exception */
require_once dirname(__FILE__) . '/Exception.php';
require_once 'XMPPHP/Exception.php';
/** XMPPHP_XMLObj */
require_once dirname(__FILE__) . '/XMLObj.php';
require_once 'XMPPHP/XMLObj.php';
/** XMPPHP_Log */
require_once dirname(__FILE__) . '/Log.php';
require_once 'XMPPHP/Log.php';
/**
* XMPPHP XML Stream