Commit graph

20 commits

Author SHA1 Message Date
Sergei Solovev 276ec7f3eb Updating the server name reference in code
This change replaces the use of $_SERVER['SERVER_NAME'] with $_SERVER['HTTP_HOST'] throughout the codebase. The modification ensures consistency and compliance with best practices, since $_SERVER['HTTP_HOST'] is often used to extract the host header from an HTTP request. This update may improve compatibility and security, especially in scenarios where the Host header plays a key role in proper server configuration and routing. Please review and test the changes carefully to ensure smooth functionality in different environments.
2023-12-23 04:50:14 +03:00
Sergei Solovev c68552a0fb Added a graph library 2023-12-19 21:38:10 +03:00
Sergei Solovev 33f3660fcc Pre-added RUST
The necessary files and directories have been created
2023-12-10 17:47:19 +03:00
Sergei Solovev 2bf2799705 Fixed broken debug 2023-12-03 19:07:31 +03:00
Sergei Solovev c07a049eff Update install and start CS2 2023-12-03 16:33:41 +03:00
Sergei Solovev 64d9b0eb28 Pre-added CS:2
The necessary files and directories have been created
2023-12-03 00:03:12 +03:00
Sergei Solovev 815b67b8fe Restoring important functionality
This change covers many files necessary for the normal functioning of the control panel. They mainly affect access to an array element.
2023-11-13 01:39:35 +03:00
Sergei Solovev b59003e559 Reformat code
This update contains code reformatting to meet PHP standards.
2023-11-12 21:12:42 +03:00
Sergei Solovev abab8bccea EngineGPv3 Publication 2023-11-11 23:56:12 +03:00
Sergei Solovev cc042e28e6 Removed dependencies, after removing the mobile version 2023-09-03 18:10:44 +03:00
Sergei Solovev a45b4fab62 Changing file routing
Removed unnecessary ROOT constant
The DIR constant has been changed
All dependencies have been edited
2023-09-03 15:08:57 +03:00
Sergei Solovev 4be487f883 Conversion to PSR code format. Part #1 2023-05-05 04:17:19 +03:00
Roman Kelesidis 2928116517 Fixed broken debug
Ебать мем) у нас дебаг отключен.
2023-04-13 21:17:06 +07:00
Sergei Solovev d85a48058e base64_decode(): Passing null to parameter #1 ($string) of type string is deprecated 2023-04-06 23:00:06 +03:00
Sergey 32a9bc0305 Minor fixes 2023-03-05 16:59:34 +03:00
Sergey ee61ff490d Minor fixes
Convert to spaces
Fixer array
2023-03-05 16:37:46 +03:00
Roman Kelesidis cd7195b868 Fixed deprecated in games.php line124
Deprecated: Optional parameter $data declared before required parameter $cid is implicitly treated as a required parameter in C:\OSPanel\domains\localhost\system\library\games\games.php on line 124
2023-03-05 13:33:34 +07:00
Roman Kelesidis bdff242d1a Fixed deprecated in html.php line 140
Deprecated: Required parameter $name follows optional parameter $arr in C:\OSPanel\domains\localhost\system\library\html.php on line 140
2023-03-05 12:35:36 +07:00
Sergey 96c25bc5bd Update index.php 2023-03-05 05:26:57 +03:00
Sergey 8063f16b0d add files 2023-03-05 02:45:46 +03:00