Skip to content

Commit

Permalink
v1.8.2 - HRStreamer to v0.7.7.
Browse files Browse the repository at this point in the history
-v1.8.2.
-HRStreamer to v0.7.7.
  • Loading branch information
zelon88 authored Sep 23, 2017
1 parent 69052c4 commit ae62db2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion compatibilityCore.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
HRCLOUD2 VERSION INFORMATION
THIS VERSION : v1.8.1
THIS VERSION : v1.8.2
WRITTEN ON : 9/20/2017
*/

Expand Down
5 changes: 2 additions & 3 deletions settingsCore.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@
echo nl2br('Generated a Client App Installation package to your Cloud Drive! | <a href="'.$URL.'/HRProprietary/HRCloud2/DATA/'.$UserID.'/HRCloud2-Client_'.$GenClientOS.'_'.$GenClientCPU.'_'.$Date.'.zip"><strong>Download Now</strong></a>.'."\n".'</hr>'); } }
// / -----------------------------------------------------------------------------------


// / -----------------------------------------------------------------------------------
// / Set the echo value for the "Data Comrpession" option.
if ($DataCompression == '0' or $DataCompression == '' or !isset($DataCompression)) {
Expand Down Expand Up @@ -326,7 +325,7 @@
<select id="GenClientCPU" name="GenClientCPU" style="float:left; padding-left:30px; width:30%;">
<option value="">Select your CPU</option>
<option value="x64">64-Bit (x64)</option>
<option value="ia32">32-Bit (x86)</option>
<option value="ia32">32-Bit (x32)</option>
<option value="armv71">ARMv71</option>
</select>
<select id="GenClientHomepage" name="GenClientHomepage" style="float:left; padding-left:30px; width:30%;">
Expand Down Expand Up @@ -471,4 +470,4 @@ function toggle_visibility(id) {
function goBack() {
window.history.back(); }
</script>
</html>
</html>
2 changes: 1 addition & 1 deletion versionInfo.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
// / This file contains the current HRCloud2 version for auto-update purposes.
// /
$Version = 'v1.8.1';
$Version = 'v1.8.2';

0 comments on commit ae62db2

Please sign in to comment.