Skip to content

Commit

Permalink
Remove .
Browse files Browse the repository at this point in the history
  • Loading branch information
bbdoc committed Jan 8, 2024
1 parent 59a2809 commit 8f31354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
$redirect_page = "unregistered.php";
}

if (!isset($subs_clause)) { $subs_clause .= ""; }
if (!isset($subs_clause)) { $subs_clause = ""; }

if (isset($enable_admin_dis) && $enable_admin_dis == "False" && isset($_SESSION['admin_id']) && $_SESSION['id'] <> $_SESSION['admin_id'])
{
Expand Down

0 comments on commit 8f31354

Please sign in to comment.