style.php 81 B

1234
  1. <?php
  2. header('Content-type: text/css');
  3. echo htmlspecialchars($_GET["style"]);
  4. ?>