Initial commit

This commit is contained in:
2026-05-17 05:22:06 +03:00
commit ca4d00c895
155 changed files with 45216 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
/**
* AegisOne Engineering — PHP-обработчик CSS для сервисной зоны (дашборд)
*
* Использование: <link rel="stylesheet" href="/service-style.php">
*/
header('Content-Type: text/css; charset=UTF-8');
header('Cache-Control: public, max-age=86400');
header('Vary: Accept-Encoding');
readfile(__DIR__ . '/service/assets/css/service.css');