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
Expand Up @@ -2151,7 +2151,7 @@ def upgrade():
except: except:
pass 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) Upgrade.executioner(command, 0)




Expand Down

0 comments on commit fb7efa5

Please sign in to comment.