@@ -14,13 +14,13 @@ |
||
14 | 14 | use |
15 | 15 | cs\Core; |
16 | 16 | |
17 | -require DIR.'/core/loader_base.php'; //Inclusion of loader base |
|
17 | +require DIR.'/core/loader_base.php'; //Inclusion of loader base |
|
18 | 18 | @ini_set('error_log', LOGS.'/Http_server.log'); |
19 | -require __DIR__.'/functions.php'; //Inclusion of functions needed for http server |
|
19 | +require __DIR__.'/functions.php'; //Inclusion of functions needed for http server |
|
20 | 20 | \cs\Singleton\clean_classes_cache(); |
21 | -require __DIR__.'/Request.php'; //Inclusion of Request class, used for http server requests processing |
|
22 | -require __DIR__.'/Singleton.php'; //Inclusion of `Singleton` trait, specific for http server |
|
23 | -require __DIR__.'/User.php'; //Inclusion of `cs\custom\User` class, which is used instead original `cs\User` for http server |
|
21 | +require __DIR__.'/Request.php'; //Inclusion of Request class, used for http server requests processing |
|
22 | +require __DIR__.'/Singleton.php'; //Inclusion of `Singleton` trait, specific for http server |
|
23 | +require __DIR__.'/User.php'; //Inclusion of `cs\custom\User` class, which is used instead original `cs\User` for http server |
|
24 | 24 | /** |
25 | 25 | * Including of custom files |
26 | 26 | */ |