File tree Expand file tree Collapse file tree 1 file changed +16
-23
lines changed
Expand file tree Collapse file tree 1 file changed +16
-23
lines changed Original file line number Diff line number Diff line change 11<?php
22
3-
4-
5- #--------------------------------
6- # Base application directory
7- #--------------------------------
8- $ app = "app " ;
9-
10-
11-
12- #--------------------------------
13- # Load the class
14- #--------------------------------
15- require_once "config/directory.php " ;
16-
17-
18-
19- #--------------------------------
20- # Load the bootstrap
21- #--------------------------------
22- require_once "$ app/bootstrap.php " ;
23-
24-
25- // -- end
3+ #--------------------------------
4+ # Base application directory
5+ #--------------------------------
6+ $ app = "app " ;
7+
8+ #--------------------------------
9+ # Load the class
10+ #--------------------------------
11+ require_once "config/directory.php " ;
12+
13+ #--------------------------------
14+ # Load the bootstrap
15+ #--------------------------------
16+ require_once "$ app/bootstrap.php " ;
17+
18+ // -- end
You can’t perform that action at this time.
0 commit comments