aboutsummaryrefslogtreecommitdiff
path: root/cache.manifest.php
diff options
context:
space:
mode:
Diffstat (limited to 'cache.manifest.php')
-rw-r--r--cache.manifest.php32
1 files changed, 0 insertions, 32 deletions
diff --git a/cache.manifest.php b/cache.manifest.php
deleted file mode 100644
index 4d002efaa..000000000
--- a/cache.manifest.php
+++ /dev/null
@@ -1,32 +0,0 @@
-<?php
-header("Content-type: text/cache-manifest");
-
-require_once dirname(dirname(dirname(__FILE__))).'/engine/start.php';
-
-global $CONFIG;
-
-$viewtype = get_input('viewtype', 'default');
-
-$manifest = <<<MANIFEST
-CACHE MANIFEST
-# Viewtype: $viewtype
-# Lastcache: {$CONFIG->lastcache}
-
-CACHE:
-# CSS
-{$CONFIG->url}_css/css.css?lastcache={$CONFIG->lastcache}&viewtype=$viewtype
-
-# Scripts
-{$CONFIG->url}vendors/jquery/jquery-1.3.2.min.js
-{$CONFIG->url}vendors/jquery/jquery-ui-1.7.2.min.js
-{$CONFIG->url}vendors/jquery/jquery.form.js
-{$CONFIG->url}vendors/jquery/jquery.easing.1.3.packed.js
-{$CONFIG->url}_css/js.php?lastcache={$CONFIG->lastcache}&js=initialise_elgg&viewtype=$viewtype
-{$CONFIG->url}_css/js.php?lastcache={$CONFIG->lastcache}&js=friendsPickerv1&viewtype=$viewtype
-
-NETWORK:
-*
-
-MANIFEST;
-
-echo $manifest; \ No newline at end of file