aboutsummaryrefslogtreecommitdiff
path: root/_css/js.php
diff options
context:
space:
mode:
Diffstat (limited to '_css/js.php')
-rw-r--r--_css/js.php21
1 files changed, 0 insertions, 21 deletions
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