<?php /** * The means of viewing the list of events from the Admin section of * the Calendar Solution * * @package CalendarSolution */ /** * Use the main calendar list file * * @internal Uses dirname(__FILE__) because "./" can be stripped by PHP's * safety settings and __DIR__ was introduced in PHP 5.3. */ require dirname(__FILE__) . '/../calendar.php';