Stationlist editor - new options

This commit is contained in:
Pecusx
2017-01-08 15:45:38 +01:00
committed by GitHub
parent 61d145ce43
commit 02d4af0020
2 changed files with 63 additions and 17 deletions
+2 -1
View File
@@ -131,7 +131,8 @@ echo '<textarea rows="20" cols="80" name="stations">';
echo $stations;
echo '</textarea>';
?>
<br><button type="submit" name="submit">Save radio stations list</button>
<br><button type="submit" name="submit" value="new">Save radio stations list</button>
<button type="submit" name="submit" value="old">Restore previous list</button>
</form>
<hr>
<a href="changeconf.php?file=restart"><button>PiRadio restart</button></a>