+
Select Backup File
+
Choose which backup archive to restore from.
+
+
+
+
+SELECTOR;
+
+ /* Insert the selector before the extract step in the HTML */
+ $html = str_replace(
+ '',
+ $selectorHtml . "\n",
+ $html
+ );
+
+ return $php . $html;
+ }
+
/**
* Generate the standalone restore.php script.
*