Skip to content

Commit

Permalink
Hotfix Sign-Off
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitkerem committed Dec 26, 2020
1 parent 4cbf317 commit 97ba4a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thisversion.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
define("THIS_VERSION","SFR-301181");
define("THIS_VERSION","SFR-301182");
define("THIS_VERSION_NICKNAME", "Adriatic");
define("THIS_VERSION_BRANCH","Release Candidate");
define("VERSION_PROVIDER","Skyfallen Software Distribution");
2 changes: 1 addition & 1 deletion views/updates_page.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function render_updates_page() {
if (THIS_VERSION != $new_vname){
if(isset($_GET["install"])) {
if ($_GET["install"] == "start") {
$_SESSION["UPDATE_AUTHORIZED"] = true;
$_SESSION["UPDATE_AUTHORIZED"] = "TRUE";
ssf_redirect("SoftwareUpdater.php");
}
}
Expand Down

0 comments on commit 97ba4a2

Please sign in to comment.