File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
ini_set ('date.timezone ' , 'UTC ' );
17
17
}
18
18
19
- set_include_path (get_include_path () . PATH_SEPARATOR . getcwd ());
19
+ set_include_path (getcwd () . PATH_SEPARATOR . get_include_path ());
20
20
21
21
$ basePath = dirname (__DIR__ );
22
22
if (!defined ('PHAR ' )) {
23
23
define ('CWD ' , getcwd ());
24
24
chdir ($ basePath );
25
25
}
26
26
27
- require_once " vendor/autoload.php " ;
27
+ require_once __DIR__ . ' / vendor/autoload.php' ;
28
28
29
29
if (file_exists ("config/application.config.php " )) {
30
30
$ appConfig = require "config/application.config.php " ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zenddevops/client" ,
3
- "version" : " 1.2.4 " ,
3
+ "version" : " 1.2.5 " ,
4
4
"description" : " ZF2 CLI tool to access Zend Server Web API" ,
5
5
"type" : " project" ,
6
6
"authors" : [{
You can’t perform that action at this time.
0 commit comments