FreeSTAR-Status-Engine/api/incidents.php

11 lines
162 B
PHP
Raw Normal View History

<?php
if (!file_exists("../config.php"))
{
header("Location: ../");
}
else{
require_once("../config.php");
require_once("../classes/constellation.php");
}