You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 13, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: include/tools.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ function createConfigLines() {
66
66
functioncheckSetup() {
67
67
$el = error_reporting();
68
68
error_reporting(E_ERROR | E_WARNING | E_PARSE);
69
-
if (defined(DISTRIBUTION)) {
69
+
if (defined("DISTRIBUTION")) {
70
70
?>
71
71
<div class="alert alert-danger" role="alert"><?phpecho_("You are using an old config.php. Please configure your Dashboard by calling <a href=\"setup.php\">setup.php</a>!"); ?></div>
72
72
<?php
@@ -85,4 +85,4 @@ function convertTimezone($timestamp) {
0 commit comments