modern-events-calendar-lite/app/controller.php

18 lines
323 B
PHP
Raw Permalink Normal View History

2024-10-15 12:04:03 +02:00
<?php
/** no direct access **/
defined('MECEXEC') or die();
/**
* Webnus MEC controller class.
* @author Webnus <info@webnus.net>
*/
class MEC_controller extends MEC_base
{
/**
* Constructor method
* @author Webnus <info@webnus.net>
*/
public function __construct()
{
}
}