@@ -0,0 +1,4 @@
+<?php
+header('Content-type: text/css');
+echo htmlspecialchars($_GET["style"]);
+?>