We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b1b8f commit 079479fCopy full SHA for 079479f
1 file changed
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