@@ -5,7 +5,7 @@ |
||
5 | 5 | */ |
6 | 6 | |
7 | 7 | // Get environment & autoloader. |
8 | -require __DIR__.'/config_with_app.php'; |
|
8 | +require __DIR__ . '/config_with_app.php'; |
|
9 | 9 | |
10 | 10 | |
11 | 11 |
@@ -10,7 +10,7 @@ |
||
10 | 10 | * |
11 | 11 | */ |
12 | 12 | define('ANAX_INSTALL_PATH', realpath(__DIR__ . '/../') . '/'); |
13 | -define('ANAX_APP_PATH', ANAX_INSTALL_PATH . 'app/'); |
|
13 | +define('ANAX_APP_PATH', ANAX_INSTALL_PATH . 'app/'); |
|
14 | 14 | |
15 | 15 | |
16 | 16 |
@@ -13,7 +13,7 @@ |
||
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | - /** |
|
16 | + /** |
|
17 | 17 | * Display a page for a HTTP status code. |
18 | 18 | * |
19 | 19 | * @param string code status code to set the http header. |
@@ -13,7 +13,7 @@ |
||
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | - /** |
|
16 | + /** |
|
17 | 17 | * Display a page for a HTTP status code. |
18 | 18 | * |
19 | 19 | * @param string code status code to set the http header. |
@@ -11,9 +11,9 @@ |
||
11 | 11 | |
12 | 12 | |
13 | 13 | /** |
14 | - * Properties |
|
15 | - * |
|
16 | - */ |
|
14 | + * Properties |
|
15 | + * |
|
16 | + */ |
|
17 | 17 | private $requestUri; // Request URI from $_SERVER |
18 | 18 | private $scriptName; // Scriptname from $_SERVER, actual scriptname part |
19 | 19 | private $path; // Scriptname from $_SERVER, path-part |
@@ -11,9 +11,9 @@ |
||
11 | 11 | |
12 | 12 | |
13 | 13 | /** |
14 | - * Properties |
|
15 | - * |
|
16 | - */ |
|
14 | + * Properties |
|
15 | + * |
|
16 | + */ |
|
17 | 17 | private $requestUri; // Request URI from $_SERVER |
18 | 18 | private $scriptName; // Scriptname from $_SERVER, actual scriptname part |
19 | 19 | private $path; // Scriptname from $_SERVER, path-part |
@@ -10,7 +10,7 @@ |
||
10 | 10 | * |
11 | 11 | */ |
12 | 12 | define('ANAX_INSTALL_PATH', realpath(__DIR__ . '/../') . '/'); |
13 | -define('ANAX_APP_PATH', ANAX_INSTALL_PATH . 'app/'); |
|
13 | +define('ANAX_APP_PATH', ANAX_INSTALL_PATH . 'app/'); |
|
14 | 14 | |
15 | 15 | |
16 | 16 |
@@ -5,7 +5,7 @@ |
||
5 | 5 | */ |
6 | 6 | |
7 | 7 | // Get environment & autoloader. |
8 | -require __DIR__.'/config_with_app.php'; |
|
8 | +require __DIR__ . '/config_with_app.php'; |
|
9 | 9 | |
10 | 10 | |
11 | 11 |