Added header.php include. No idea how that got missed.
This commit is contained in:
parent
3ea902115f
commit
305096f65e
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
require 'header.php';
|
||||
|
||||
$data = array();
|
||||
$data['volume'] = getSystemVolume();
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
require 'header.php';
|
||||
|
||||
if ( isset($_REQUEST['show']) && ($_REQUEST['show'] == 'show') ) {
|
||||
system("HOME=" . WEBUSERHOMEDIR . " && scripts/homeaudio_togglemute.pl -show", $retval);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user