mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-13 03:18:45 -04:00
fix php8 error in user.php
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
<?php
|
||||
|
||||
// enable this for debugging
|
||||
// error_reporting(E_ALL);
|
||||
// ini_set('display_startup_errors', 1);
|
||||
// ini_set('display_errors', 1);
|
||||
// ini_set("log_errors", 1);
|
||||
|
||||
$statuses = array(_("Major outage"), _("Minor outage"), _("Planned maintenance"), _("Operational") );
|
||||
$classes = array("danger", "warning", "primary", "success" );
|
||||
$icons = array("fa fa-times", "fa fa-exclamation", "fa fa-info", "fa fa-check" );
|
||||
|
||||
Reference in New Issue
Block a user