Skip to content

Commit

Permalink
HRStreamer to v 0.7.7. Fixed bug.
Browse files Browse the repository at this point in the history
-HRStreamer to v0.7.7.
-changed a "require" to a "require_once".
  • Loading branch information
zelon88 authored Sep 23, 2017
1 parent 1e2f409 commit 69052c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Applications/HRStreamer/HRStreamer.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ function startStopSelectedAudio(id) {
echo nl2br('ERROR!!! HRS26, CommonCore was not detected on the server.'."\n");
die('ERROR!!! HRS26, CommonCore was not detected on the server.'); }
else {
require($CCFile); }
require_once($CCFile); }
// / Detect WordPress and set global variables.
$hrstreamerAppVersion = 'v0.7.6';
$hrstreamerAppVersion = 'v0.7.7';
$getID3File = $InstLoc.'/Applications/getid3/getid3/getid3.php';
if ($UserIDRAW == '0' or $UserIDRAW == '') {
$txt = ('ERROR!!! HRS43, You are not logged in on '.$Time.'!');
Expand Down

0 comments on commit 69052c4

Please sign in to comment.