Skip to content

Commit 70ee65b

Browse files
Faryshtafeulf
authored andcommitted
whitespace
1 parent 03cd585 commit 70ee65b

File tree

1 file changed

+16
-23
lines changed

1 file changed

+16
-23
lines changed

index.php

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,18 @@
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

0 commit comments

Comments
 (0)