Browse Source

remise en place de la page d'admin

master
jcabillot 6 years ago
parent
commit
69e847ea93
2 changed files with 6 additions and 6 deletions
  1. 6
      root/admin/index.php
  2. 6
      root/index.php

6
root/admin/index.php

@ -0,0 +1,6 @@
<?php
include dirname(__FILE__).'/../../include/config.php';
include dirname(__FILE__).'/../../controller/status.php';
getStatus();

6
root/index.php

@ -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';

Loading…
Cancel
Save