Fix include path setting for phpseclib.

This commit is contained in:
Elfet 2014-08-09 14:50:30 +04:00
parent b1fd571e22
commit 0de61256b6

View File

@ -25,7 +25,7 @@ if (!$loaded) {
}
// Recipe include path
set_include_path(__DIR__ . '/../');
set_include_path(__DIR__ . '/../' . PATH_SEPARATOR . get_include_path());
// Init Deployer
$deployer = new \Deployer\Deployer(