0) { $tmp .= "// name: " . $rowhelper['name'] . " \n"; $tmp .= "// description: " . $rowhelper['description'] . " \n\n"; $tmp .= base64_decode($rowhelper['php']); $tmp .= "\n"; } } } conf_mount_ro(); } } function backup_install_command() { // Create the backup directory safe_mkdir("/root/backup/"); backup_sync_package(); } ?>