Fix the Remote Backup Storage Issue

This commit is contained in:
Usman Nasir 2019-06-08 21:41:43 +00:00
parent 8e2ad7f4b2
commit 0399a43830
3284 changed files with 2254 additions and 1140 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
*.pyc
ApachController/

0
CyberCP/__init__.py Normal file → Executable file
View File

0
CyberCP/secMiddleware.py Normal file → Executable file
View File

0
CyberCP/settings.py Normal file → Executable file
View File

0
CyberCP/urls.py Normal file → Executable file
View File

0
CyberCP/wsgi.py Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

2
README.md Normal file → Executable file
View File

@ -11,7 +11,7 @@ Webhosting control panel that uses OpenLiteSpeed as web server.
* PHPMYAdmin.
* Email Support (Rainloop).
* FileManager.
* PHP Management.
* PHP Managment.
* Firewall.
* One click Backup and Restore.

0
api/__init__.py Normal file → Executable file
View File

0
api/admin.py Normal file → Executable file
View File

0
api/apps.py Normal file → Executable file
View File

0
api/migrations/__init__.py Normal file → Executable file
View File

0
api/models.py Normal file → Executable file
View File

0
api/tests.py Normal file → Executable file
View File

0
api/urls.py Normal file → Executable file
View File

0
api/views.py Normal file → Executable file
View File

0
backup/__init__.py Normal file → Executable file
View File

0
backup/admin.py Normal file → Executable file
View File

0
backup/apps.py Normal file → Executable file
View File

0
backup/backupManager.py Normal file → Executable file
View File

0
backup/backupRouter.py Normal file → Executable file
View File

0
backup/migrations/__init__.py Normal file → Executable file
View File

0
backup/models.py Normal file → Executable file
View File

0
backup/pluginManager.py Normal file → Executable file
View File

0
backup/signals.py Normal file → Executable file
View File

0
backup/static/backup/backup.js Normal file → Executable file
View File

0
backup/templates/backup/backup.html Normal file → Executable file
View File

0
backup/templates/backup/backupDestinations.html Normal file → Executable file
View File

0
backup/templates/backup/backupSchedule.html Normal file → Executable file
View File

0
backup/templates/backup/index.html Normal file → Executable file
View File

0
backup/templates/backup/remoteBackups.html Normal file → Executable file
View File

0
backup/templates/backup/restore.html Normal file → Executable file
View File

0
backup/tests.py Normal file → Executable file
View File

0
backup/urls.py Normal file → Executable file
View File

0
backup/views.py Normal file → Executable file
View File

0
baseTemplate/__init__.py Normal file → Executable file
View File

0
baseTemplate/admin.py Normal file → Executable file
View File

0
baseTemplate/apps.py Normal file → Executable file
View File

0
baseTemplate/migrations/__init__.py Normal file → Executable file
View File

0
baseTemplate/models.py Normal file → Executable file
View File

View File

View File

View File

0
baseTemplate/static/baseTemplate/assets/bootstrap/css/bootstrap.css vendored Normal file → Executable file
View File

View File

View File

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 106 KiB

0
baseTemplate/static/baseTemplate/assets/bootstrap/js/bootstrap.js vendored Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

Before

Width:  |  Height:  |  Size: 280 KiB

After

Width:  |  Height:  |  Size: 280 KiB

View File

View File

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

View File

View File

View File

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

View File

View File

View File

View File

Before

Width:  |  Height:  |  Size: 280 KiB

After

Width:  |  Height:  |  Size: 280 KiB

Some files were not shown because too many files have changed in this diff Show More