forked from coolcsn/CsnAuthorization
-
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) · 685 Bytes
/
Copy pathModule.php
File metadata and controls
16 lines (15 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
* Coolcsn Zend Framework 2 Authorization Module
*
* @link https://github.com/coolcsn/CsnAuthorization for the canonical source repository
* @copyright Copyright (c) 2005-2013 LightSoft 2005 Ltd. Bulgaria
* @license https://github.com/coolcsn/CsnAuthorization/blob/master/LICENSE BSDLicense
* @author Stoyan Cheresharov <stoyan@coolcsn.com>, Stoyan Revov <st.revov@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/CsnAuthorization' in order to respect PSR-0
*/
require_once __DIR__ . '/src/CsnAuthorization/Module.php';