Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Commit 033a7b5

Browse files
authored
Update sidebar.php
1 parent d59faf3 commit 033a7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/sidebar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
// If adminEnabled is false, redirect to home page
33
// This is here because every admin page has the sidebar
4-
if ($configs["adminEnabled" === false){
4+
if ($configs["adminEnabled"] === false){
55
header("Location: ../index.php");
66
}
77
?>

0 commit comments

Comments
 (0)