Skip to content

Commit

Permalink
update default php 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Dec 28, 2019
1 parent b59774a commit fb7efa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plogical/upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -2151,7 +2151,7 @@ def upgrade():
except:
pass

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


Expand Down

0 comments on commit fb7efa5

Please sign in to comment.