mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-16 21:41:31 +02:00
Issue #42 - Refactoring code according to Moodle Coding Style.
This commit is contained in:
8
info.php
8
info.php
@@ -19,13 +19,13 @@
|
||||
*
|
||||
* @package auth_outage
|
||||
* @author Daniel Thee Roperto <daniel.roperto@catalyst-au.net>
|
||||
* @copyright Catalyst IT
|
||||
* @copyright 2016 Catalyst IT
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
use auth_outage\infopage_controller;
|
||||
use auth_outage\local\controllers\infopage;
|
||||
|
||||
require_once('../../config.php');
|
||||
require_once(__DIR__.'/../../config.php');
|
||||
|
||||
$info = new infopage_controller();
|
||||
$info = new infopage();
|
||||
$info->output();
|
||||
|
||||
Reference in New Issue
Block a user