-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathModule.php
More file actions
20 lines (19 loc) · 823 Bytes
/
Copy pathModule.php
File metadata and controls
20 lines (19 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
/**
* CsnUser - Coolcsn Zend Framework 2 User Module
*
* @link https://github.com/coolcsn/CsnUser for the canonical source repository
* @copyright Copyright (c) 2005-2013 LightSoft 2005 Ltd. Bulgaria
* @license https://github.com/coolcsn/CsnUser/blob/master/LICENSE BSDLicense
* @author Stoyan Cheresharov <stoyan@coolcsn.com>
* @author Svetoslav Chonkov <svetoslav.chonkov@gmail.com>
* @author Nikola Vasilev <niko7vasilev@gmail.com>
* @author Stoyan Revov <st.revov@gmail.com>
* @author Martin Briglia <martin@mgscreativa.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/CsnUser' in order to respect PSR-0
*/
require_once __DIR__ . '/src/CsnUser/Module.php';