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

Show app image while installing

parent 56fb4e4a
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@
<div class="row">
<div class="column">
<div>
<img src="images/installing.png" style="width:30%" alt="App installing icon">
<img src="images/installing_app.png" style="width:20%" alt="App installing icon">
</div>
</div>
</div>
......
......@@ -61,6 +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');
$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