From: Alexander Ebert Date: Sun, 14 Oct 2012 00:12:51 +0000 (+0200) Subject: Removed LessStylesheetsPage X-Git-Tag: 2.0.0_Beta_1~874 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=26a5af015aa77ed2d0ce0b64e4873319ff29f002;p=GitHub%2FWoltLab%2FWCF.git Removed LessStylesheetsPage Fixes #813 --- diff --git a/wcfsetup/install/files/lib/acp/page/LessStylesheetsPage.class.php b/wcfsetup/install/files/lib/acp/page/LessStylesheetsPage.class.php deleted file mode 100644 index 399660af02..0000000000 --- a/wcfsetup/install/files/lib/acp/page/LessStylesheetsPage.class.php +++ /dev/null @@ -1,4 +0,0 @@ -domainName . $application->domainPath; - $content = preg_replace('~url\(\'..\/~', 'url(\''.$absolutePath, $content); - $content = preg_replace('~@import "([a-zA-Z]+)\.less";~', '@import "' . $absolutePath . 'style/$1.less";', $content); - - echo $content; - } - } - } - } -}