mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2024-11-23 20:58:46 -05:00
9f7e15fcd1
Also some locale negotiator bugfixes & it is now possible to serialize Service and Incident classess to JSON
11 lines
162 B
PHP
11 lines
162 B
PHP
<?php
|
|
|
|
if (!file_exists("../config.php"))
|
|
{
|
|
header("Location: ../");
|
|
}
|
|
else{
|
|
require_once("../config.php");
|
|
require_once("../classes/constellation.php");
|
|
|
|
} |