Skip to content

Commit fb7efa5

Browse files
committed
update default php 7.3
1 parent b59774a commit fb7efa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plogical/upgrade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2151,7 +2151,7 @@ def upgrade():
21512151
except:
21522152
pass
21532153

2154-
command = 'cp /usr/local/lsws/lsphp72/bin/lsphp %s' % (phpPath)
2154+
command = 'cp /usr/local/lsws/lsphp73/bin/lsphp %s' % (phpPath)
21552155
Upgrade.executioner(command, 0)
21562156

21572157

0 commit comments

Comments
 (0)