kopia lustrzana https://github.com/jprochazka/adsb-receiver
Fixed default page setting when blog selected.
rodzic
e07a398b65
commit
4c9671d98d
|
@ -159,7 +159,7 @@
|
|||
<div class="form-group">
|
||||
<label for="defaultPage">Default Page</label>
|
||||
<select class="form-control" id="defaultPage" name="defaultPage">
|
||||
<option value="blog.php"<?php ($defaultPage == "blog.php" ? print ' selected' : ''); ?>>Blog</option>
|
||||
<option value="blog"<?php ($defaultPage == "blog" ? print ' selected' : ''); ?>>Blog</option>
|
||||
<option value="system.php"<?php ($defaultPage == "system.php" ? print ' selected' : ''); ?>>System Information</option>
|
||||
<option value="graphs.php"<?php ($defaultPage == "graphs.php" ? print ' selected' : ''); ?>>Performance Graphs</option>
|
||||
<option value="dump1090.php"<?php ($defaultPage == "dump1090.php" ? print ' selected' : ''); ?>>Live Dump1090 Map</option>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
</setting>
|
||||
<setting>
|
||||
<name>defaultPage</name>
|
||||
<value>blog.php</value>
|
||||
<value>blog</value>
|
||||
</setting>
|
||||
<setting>
|
||||
<name>enableBlog</name>
|
||||
|
|
Ładowanie…
Reference in New Issue