Initial commit
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user