Skip to content
Snippets Groups Projects
Commit ff602d18 authored by Bob Mottram's avatar Bob Mottram
Browse files

App image filename

parent 03c002bb
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ if (isset($_POST['installconfirmsubmit'])) {
exec('cp index.html index_app_installing.html');
exec('cp app_installing_progress.html index.html');
}
exec('cp images/'.$app_name.'.png images/installing_app.png');
exec('cp images/app_'.$app_name.'.png images/installing_app.png');
$pending_installs = fopen("pending_installs.txt", "a") or die("Unable to append to installs file");
fwrite($pending_installs, "install_".$app_name.",".$install_domain.",".$freedns_code."\n");
fclose($pending_installs);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment