diff --git a/controller/stylecontroller.php b/controller/stylecontroller.php new file mode 100644 index 000000000..1985bd9b9 --- /dev/null +++ b/controller/stylecontroller.php @@ -0,0 +1,23 @@ +defaults = $defaults; + } + /** + * @PublicPage + * @NoCSRFRequired + * @CORS + */ + public function generateCss() { + return + } +}