Skip to content

Commit 9ba9764

Browse files
committed
Fix login
1 parent 276ae3d commit 9ba9764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webserver/htdocs/fcc/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
<form action="/fcc/" method="post" id="logout"><input type="hidden" name="logout"></form>
5555
<div class="container">
5656
<?php
57-
if (isset($_SESSION['fufix_cc_loggedin']) && $_SESSION['fufix_cc_loggedin'] == "yes") {
5857
require_once "inc/triggers.inc.php";
58+
if (isset($_SESSION['fufix_cc_loggedin']) && $_SESSION['fufix_cc_loggedin'] == "yes") {
5959
?>
6060
<h1><span class="glyphicon glyphicon-wrench" aria-hidden="true"></span> Configuration</h1>
6161

0 commit comments

Comments
 (0)