-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootstrap.php
More file actions
24 lines (22 loc) · 820 Bytes
/
Copy pathbootstrap.php
File metadata and controls
24 lines (22 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/**
* SurveyManager.
*
* @copyright Zikula Development Team (Zikula)
* @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License
* @package SurveyManager
* @author Zikula Development Team <info@zikula.org>.
* @link http://zikula.org
* @version Generated by ModuleStudio 0.6.2 (http://modulestudio.de).
*/
/**
* Bootstrap called when application is first initialised at runtime.
*
* This is only called once, and only if the core has reason to initialise this module,
* usually to dispatch a controller request or API.
*
* For example you can register additional AutoLoaders with ZLoader::addAutoloader($namespace, $path)
* whereby $namespace is the first part of the PEAR class name
* and $path is the path to the containing folder.
*/
include_once 'Base/bootstrap.php';