Skip to content
2 changes: 2 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php

declare(strict_types = 1);
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2026 The Cacti Group |
Expand Down
4 changes: 3 additions & 1 deletion locales/LC_MESSAGES/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php

declare(strict_types = 1);
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2026 The Cacti Group |
Expand All @@ -22,4 +24,4 @@
+-------------------------------------------------------------------------+
*/

header("Location:../index.php");
header('Location:../index.php');
4 changes: 3 additions & 1 deletion locales/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php

declare(strict_types = 1);
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2026 The Cacti Group |
Expand All @@ -22,4 +24,4 @@
+-------------------------------------------------------------------------+
*/

header("Location:../index.php");
header('Location:../index.php');
Loading