Skip to content
This repository has been archived by the owner on Nov 28, 2021. It is now read-only.

Commit

Permalink
phpmyadmin download fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleo Menezes Jr committed Dec 1, 2020
1 parent e90fe69 commit 121eb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ def on_button_p_restart_clicked(self, *args):
status_command = os.popen('sudo /opt/lampp/lampp status').readlines()
if 'ProFTPD is deactivated' in str(status_command[3]) or 'ProFTPD is not running' in str(status_command[3]):
self.ftpd_status.set_text('Inactive')
self.ftp_img_status.set_from_icon_name('emblem-unreadable', 1)
self.ftpd_img_status.set_from_icon_name('emblem-unreadable', 1)
elif 'ProFTPD is running' in str(status_command[3]):
self.ftpd_status.set_text('Active')
self.ftpd_img_status.set_from_icon_name('emblem-default', 1)
Expand Down

0 comments on commit 121eb78

Please sign in to comment.