mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
22 lines
359 B
PHP
22 lines
359 B
PHP
<?php
|
|
|
|
/**
|
|
* @package Widgets
|
|
*
|
|
* @file AdminLogin.php
|
|
* This file is part of MOVIM.
|
|
*
|
|
* @brief The login administration widget.
|
|
*
|
|
* @author Timothée Jaussoin <edhelas@gmail.com>
|
|
*
|
|
* Copyright (C)2013 MOVIM project
|
|
*
|
|
* See COPYING for licensing information.
|
|
*/
|
|
|
|
class AdminLogin extends \Movim\Widget\Base {
|
|
function load()
|
|
{
|
|
}
|
|
}
|