1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
movim_ynh/sources/app/widgets/AdminLogin/AdminLogin.php

22 lines
351 B
PHP
Executable file

<?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 WidgetBase {
function load()
{
}
}