We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a26c882 + 079479f commit 8c5b3afCopy full SHA for 8c5b3af
install/install.php
@@ -114,7 +114,7 @@
114
if($path_parts['extension'] == 'php') {
115
include_once $cmd_opt['autoinstall'];
116
} elseif($path_parts['extension'] == 'ini') {
117
- $tmp = ini_to_array(file_get_contents('autoinstall.ini'));
+ $tmp = ini_to_array(file_get_contents($cmd_opt['autoinstall']));
118
if(!is_array($tmp['install'])) $tmp['install'] = array();
119
if(!is_array($tmp['ssl_cert'])) $tmp['ssl_cert'] = array();
120
if(!is_array($tmp['expert'])) $tmp['expert'] = array();
0 commit comments