Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e368364

Browse files
committedJan 21, 2018
Error
1 parent a9bd2f8 commit e368364

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎bootstrap/index.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* register constants
5+
*/
6+
require_once __DIR__ . '/constants.php';
7+
38
/**
49
* load useful functions
510
*/
@@ -10,11 +15,6 @@
1015
*/
1116
require_once __DIR__ . '/environment.php';
1217

13-
/**
14-
* register constants
15-
*/
16-
require_once __DIR__ . '/constants.php';
17-
1818
/**
1919
* error handlers
2020
*/

0 commit comments

Comments
 (0)
Please sign in to comment.