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