@@ -16,7 +16,7 @@ |
||
16 | 16 | /** Only load the HTTPFul bootstrap if it isn't already loaded*/ |
17 | 17 | if(!class_exists('Httpful\Request')) |
18 | 18 | { |
19 | - require dirname(__FILE__) . '/../../libs/httpful/bootstrap.php'; |
|
19 | + require dirname(__FILE__).'/../../libs/httpful/bootstrap.php'; |
|
20 | 20 | } |
21 | 21 | |
22 | 22 | /** |