mirror of
https://github.com/Pecusx/piradio-mini.git
synced 2026-05-21 06:39:42 +02:00
Save and Restore configuration from web interface.
This commit is contained in:
+3
-1
@@ -101,7 +101,7 @@ if ( $piradio_array['startup'] == 'PANDORA' ) {
|
||||
echo "Pandora radio</option>\r\n";
|
||||
echo "</select>\r\n";
|
||||
?>
|
||||
<button type="submit" name="submit">Save Global PiRadio config</button>
|
||||
<button type="submit" name="submit">Apply Global PiRadio config</button>
|
||||
</pre>
|
||||
</form>
|
||||
<pre>
|
||||
@@ -115,6 +115,8 @@ echo "Your PiRadio version: <b>".$local_version."</b>. Last commit: <b>".date("d
|
||||
</pre>
|
||||
<a href="hconfig.php"><button>Hardware Configuration & Update</button></a>
|
||||
<hr>
|
||||
<a href="sconfig.php"><button>Backup & Restore Configuration</button></a>
|
||||
<hr>
|
||||
Media network folder config
|
||||
<form action="changeconf.php?file=network" method="post">
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user