|
|
|
@ -7,12 +7,6 @@ if (!isset($_GET['action'])) { |
|
|
|
} |
|
|
|
|
|
|
|
switch($_GET['action']) { |
|
|
|
case 'admin': |
|
|
|
// http://mydl.cabillot.eu/admin/
|
|
|
|
exit(); |
|
|
|
include dirname(__FILE__).'/../controller/status.php'; |
|
|
|
getStatus(); |
|
|
|
break; |
|
|
|
case 'stream': |
|
|
|
// http://mydl.cabillot.eu/stream/?myurl=https://1fichier.com/?fgrh5c7roq
|
|
|
|
include dirname(__FILE__).'/../controller/stream.php'; |
|
|
|
|