|
|
|
@ -3,12 +3,13 @@ |
|
|
|
include dirname(__FILE__).'/../include/config.php'; |
|
|
|
|
|
|
|
if (!isset($_GET['action'])) { |
|
|
|
$_GET['action'] = 'status'; |
|
|
|
exit(); |
|
|
|
} |
|
|
|
|
|
|
|
switch($_GET['action']) { |
|
|
|
case 'status': |
|
|
|
// http://mydl.cabillot.eu/
|
|
|
|
case 'admin': |
|
|
|
// http://mydl.cabillot.eu/admin/
|
|
|
|
exit(); |
|
|
|
include dirname(__FILE__).'/../controller/status.php'; |
|
|
|
getStatus(); |
|
|
|
break; |
|
|
|
|