We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276ae3d commit 9ba9764Copy full SHA for 9ba9764
webserver/htdocs/fcc/index.php
@@ -54,8 +54,8 @@
54
<form action="/fcc/" method="post" id="logout"><input type="hidden" name="logout"></form>
55
<div class="container">
56
<?php
57
-if (isset($_SESSION['fufix_cc_loggedin']) && $_SESSION['fufix_cc_loggedin'] == "yes") {
58
require_once "inc/triggers.inc.php";
+if (isset($_SESSION['fufix_cc_loggedin']) && $_SESSION['fufix_cc_loggedin'] == "yes") {
59
?>
60
<h1><span class="glyphicon glyphicon-wrench" aria-hidden="true"></span> Configuration</h1>
61
0 commit comments