butterfly/front/login.css.php
Claude 26127bf736 Baseline: plugin butterfly v2.1.0 como recebido (pré-fixes GLPI 11)
Estado original vindo do servidor de origem via tar.gz, antes da
rodada de conformidade com a knowledge-base e fixes de GLPI 11.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-03 15:34:10 -03:00

8 lines
279 B
PHP

<?php
// Deprecated endpoint kept for backward compatibility.
// All login styles are now injected inline from the display_login hook.
header('Content-Type: text/css');
header('Cache-Control: public, max-age=60');
echo "/* Butterfly plugin: login.css.php is deprecated. */\n";