diff options
Diffstat (limited to '_css/css.php')
| -rw-r--r-- | _css/css.php | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/_css/css.php b/_css/css.php deleted file mode 100644 index e36b35d16..000000000 --- a/_css/css.php +++ /dev/null @@ -1,26 +0,0 @@ -<?php
-
- /**
- * Elgg CSS file
- *
- * @package Elgg
- * @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
- * @link http://elgg.org/
- */
-
- require_once(dirname(dirname(__FILE__)) . "/engine/start.php"); - - $default_css = elgg_view("css"); -
- header("Content-type: text/css", true); - header('Expires: ' . date('r',time() + 864000), true); - header("Pragma: public", true); - header("Cache-Control: public", true); - header("Content-Length: " . strlen($default_css));
-
- echo $default_css;
-
-?>
\ No newline at end of file |
