Added header.php include. No idea how that got missed.

This commit is contained in:
Junior 2019-07-04 15:27:44 +00:00
parent 3ea902115f
commit 305096f65e
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
<?php
require 'header.php';
$data = array();
$data['volume'] = getSystemVolume();

View File

@ -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 {