Actualización
This commit is contained in:
18
main/auth/shibboleth/app/view/admin_login.php
Normal file
18
main/auth/shibboleth/app/view/admin_login.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace Shibboleth;
|
||||
|
||||
/**
|
||||
* Administratrive login. Useful when the standard login is not available anymore
|
||||
* which is usually the case.
|
||||
*
|
||||
* This page allow administrators to log into the application using the standard
|
||||
* Chamilo method when Shibboleth is not available.
|
||||
*
|
||||
* @license see /license.txt
|
||||
* @author Laurent Opprecht <laurent@opprecht.info>, Nicolas Rod for the University of Geneva
|
||||
*/
|
||||
$dir = __DIR__;
|
||||
include_once "$dir/../../init.php";
|
||||
|
||||
ShibbolethController::instance()->admin_login();
|
||||
Reference in New Issue
Block a user