12 lines
308 B
PHP
12 lines
308 B
PHP
<?php
|
|
/**
|
|
* Copyright 2001-2017 Horde LLC (http://www.horde.org/)
|
|
*
|
|
* See the enclosed file LICENSE for license information (ASL). If you
|
|
* did not receive this file, see http://www.horde.org/licenses/apache.
|
|
*
|
|
* @author Jon Parise <jon@horde.org>
|
|
* @package Mnemo
|
|
*/
|
|
require __DIR__ . '/list.php';
|