more crap
Former-commit-id: 6c97ad16f16e48f56fea7a007d5d8136c51a268c
This commit is contained in:
+3
-9
@@ -4,17 +4,11 @@
|
||||
$root = $prod ? '' : 'http://192.168.1.13';
|
||||
|
||||
$menu = [
|
||||
'home' => [ $prod ? '/status' : '/page_status.php', 'Home' ],
|
||||
'wifi' => [ $prod ? '/wifi' : '/page_wifi.php', 'WiFi config' ],
|
||||
'waveform' => [ $prod ? '/waveform' : '/page_waveform.php', 'Waveform' ],
|
||||
'fft' => [ $prod ? '/fft' : '/page_fft.php', 'FFT' ],
|
||||
'spectrogram' => [ $prod ? '/spectrogram' : '/page_spectrogram.php','Spectrogram' ],
|
||||
'monitoring' => [ $prod ? '/monitoring' : '/page_monitoring.php', 'Monitoring' ],
|
||||
// 'transient' => [ '/transient', 'Power-on transient' ],
|
||||
'about' => [ $prod ? '/about' : '/page_about.php', 'About' ],
|
||||
'home' => [ $prod ? '/home' : '/page_home.php', 'Home' ],
|
||||
'wifi' => [ $prod ? '/wifi' : '/page_wifi.php', 'WiFi config' ],
|
||||
];
|
||||
|
||||
$appname = 'Current Analyser';
|
||||
$appname = 'WiFi Demo';
|
||||
|
||||
function e($s) {
|
||||
return htmlspecialchars($s, ENT_HTML5|ENT_QUOTES);
|
||||
|
||||
Reference in New Issue
Block a user