Added modify php.ini from phpserver module
This commit is contained in:
parent
56157e4adb
commit
ffdf81ec07
6 changed files with 295 additions and 37 deletions
|
|
@ -34,7 +34,7 @@ if linux_distro=='debian':
|
|||
|
||||
if not os.path.isfile(path_php_ini):
|
||||
|
||||
linux.json_log('Error: php.ini not found in {}'.path_php_ini(), error=1, status=1, progress=100, no_progress=0);
|
||||
linux.json_log('Error: php.ini not found in {}'+path_php_ini, error=1, status=1, progress=100, no_progress=0);
|
||||
exit(1)
|
||||
|
||||
php_ini_file=''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue