diff options
Diffstat (limited to '_css')
| -rw-r--r-- | _css/css.php | 21 | ||||
| -rw-r--r-- | _css/js.php | 21 |
2 files changed, 0 insertions, 42 deletions
diff --git a/_css/css.php b/_css/css.php deleted file mode 100644 index 6d240351c..000000000 --- a/_css/css.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php -/** - * Elgg CSS file - * - * @package Elgg - * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ - */ - -global $viewinput, $override; - -$viewinput['view'] = 'css'; -$viewinput['viewtype'] = $_GET['viewtype']; - -header("Content-type: text/css", true); -header('Expires: ' . date('r',time() + 86400000), true); -header("Pragma: public", true); -header("Cache-Control: public", true); - -require_once(dirname(dirname(__FILE__)) . '/simplecache/view.php'); diff --git a/_css/js.php b/_css/js.php deleted file mode 100644 index 6eb056426..000000000 --- a/_css/js.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php -/** - * Elgg CSS file - * - * @package Elgg - * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ - */ - -global $viewinput, $override; - -$viewinput['view'] = 'js/' . $_GET['js']; -$viewinput['viewtype'] = $_GET['viewtype']; - -header('Content-type: text/javascript'); -header('Expires: ' . date('r',time() + 864000000)); -header("Pragma: public"); -header("Cache-Control: public"); - -require_once(dirname(dirname(__FILE__)) . '/simplecache/view.php');
\ No newline at end of file |
