Backup
You have requested a backup to be performed.
- ';
foreach ($messages as $message) {
$content .= "
- $message "; } $content .= '
Result:
Unfortunately, there have been errors while performing the backup.
' : 'Result:
As it seems, everything went smooth.
'; break; case 'upgrade': require_once("./upgrade.php"); $content .= 'Upgrade
You have requested an upgrade to be performed.
- ';
foreach ($messages as $message) {
$content .= "
- $message "; } $content .= '
Result:
Unfortunately, there have been errors while performing the backup.
' : 'Result:
As it seems, everything went smooth.
'; break; default: // If you install this app for somebody else, you might want to change some of the texts $content .= 'Welcome
This WordPress Management Suite (WP-Manage) will perform some routine jobs for your WordPress installation and save you a bunch of time and nerves. At the moment it does two main jobs:
-
Backup
The backup routine makes a snapshot of the WordPress tables in your database, gathers all your WordPress files and puts it all together into a nice zip archive which you can download via FTP (you\'ll find it in
wp-manage/work/backup). -
Upgrade
The upgrade routine downloads the latest WordPress, unpacks it, deletes your old WordPress files (except
wp-content/andwp-config.phpas well as your language files), inserts the new files and runs the upgrade script of your new WordPress.
In case you have no idea what this is all about, please visit the WP-Manage homepage.
Please note: This software is in an early state of development. If it works for you – great! That\'s what it\'s supposed to. However, please don\'t rely on the backups without having tried a restore on a test system, and if you make an upgrade, be sure to have working backups. In case you detect an error in this software, please report it at the WP-Manage homepage, thus helping to improve the software.
'; } // end switch $content .= '