fixed include paths

git-svn-id: svn://netflint.net/xmpphp@75 ef36c318-a008-4979-b6e8-6b496270793b
This commit is contained in:
temp
2009-01-30 09:28:35 +00:00
parent 626db605c3
commit b968882a7e
3 changed files with 6 additions and 6 deletions

View File

@@ -27,13 +27,13 @@
*/
/** XMPPHP_Exception */
require_once 'Exception.php';
require_once dirname(__FILE__) . '/Exception.php';
/** XMPPHP_XMLObj */
require_once 'XMLObj.php';
require_once dirname(__FILE__) . '/XMLObj.php';
/** XMPPHP_Log */
require_once 'Log.php';
require_once dirname(__FILE__) . '/Log.php';
/**
* XMPPHP XML Stream