forked from coolcsn/CsnAclNavigation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModule.php
More file actions
16 lines (15 loc) · 682 Bytes
/
Copy pathModule.php
File metadata and controls
16 lines (15 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
* Coolcsn Zend Framework 2 Navigation Module
*
* @link https://github.com/coolcsn/CsnAclNavigation for the canonical source repository
* @copyright Copyright (c) 2005-2013 LightSoft 2005 Ltd. Bulgaria
* @license https://github.com/coolcsn/CsnAclNavigation/blob/master/LICENSE BSDLicense
* @authors Stoyan Cheresharov <stoyan@coolcsn.com>, Anton Tonev <atonevbg@gmail.com>
*/
/**
* This file is placed here for compatibility with ZendFramework 2's ModuleManager.
* It allows usage of this module even without composer.
* The original Module.php is in 'src/CsnAclNavigation' in order to respect PSR-0
*/
require_once __DIR__ . '/src/CsnAclNavigation/Module.php';