Someone broke/disabled? the php check
This commit is contained in:
parent
7e27559f3e
commit
6168bcb4c4
|
@ -465,7 +465,7 @@ class ImportScripts::Smf2 < ImportScripts::Base
|
||||||
private
|
private
|
||||||
|
|
||||||
def get_php_timezone
|
def get_php_timezone
|
||||||
phpinfo, status = Open3.capture2('phpnope', '-i')
|
phpinfo, status = Open3.capture2('php', '-i')
|
||||||
phpinfo.lines.each do |line|
|
phpinfo.lines.each do |line|
|
||||||
key, *vals = line.split(' => ').map(&:strip)
|
key, *vals = line.split(' => ').map(&:strip)
|
||||||
break vals[0] if key == 'Default timezone'
|
break vals[0] if key == 'Default timezone'
|
||||||
|
|
Loading…
Reference in New Issue