Files
FreeSTAR-Status-Engine/api/incidents.php
T

11 lines
162 B
PHP
Raw Normal View History

2018-04-13 21:31:03 +02:00
<?php
if (!file_exists("../config.php"))
{
header("Location: ../");
}
else{
require_once("../config.php");
require_once("../classes/constellation.php");
}