X-Git-Url: https://git.llucax.com/z.facultad/75.43/tp1.git/blobdiff_plain/0a253cede072778391c1359f146ef56c60f40364..27560485ed60dc2974fd88d08d82bc4ab7148fd9:/src/index.php?ds=inline diff --git a/src/index.php b/src/index.php index fbc4805..a98f50b 100644 --- a/src/index.php +++ b/src/index.php @@ -8,6 +8,15 @@ // // $Id$ -include 'admin.login.php'; +require_once 'lib/Usuario.php'; + +if (Usuario::checkAdmins()) // Están todos los admins +{ + include 'admin.login.php'; // Login +} +else // Faltan admins +{ + include 'admin.asociarse.php'; // Asociar admin +} ?> \ No newline at end of file