From 26a5af015aa77ed2d0ce0b64e4873319ff29f002 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 14 Oct 2012 02:12:51 +0200 Subject: [PATCH] Removed LessStylesheetsPage Fixes #813 --- .../acp/page/LessStylesheetsPage.class.php | 4 --- .../lib/page/LessStylesheetsPage.class.php | 29 ------------------- 2 files changed, 33 deletions(-) delete mode 100644 wcfsetup/install/files/lib/acp/page/LessStylesheetsPage.class.php delete mode 100644 wcfsetup/install/files/lib/page/LessStylesheetsPage.class.php 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; - } - } - } - } -} -- 2.20.1