about summary refs log tree commit diff stats
path: root/wiki/lib/exe/manifest.php
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/exe/manifest.php')
-rw-r--r--wiki/lib/exe/manifest.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/wiki/lib/exe/manifest.php b/wiki/lib/exe/manifest.php
deleted file mode 100644
index e9a3528..0000000
--- a/wiki/lib/exe/manifest.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-if (!defined('DOKU_INC')) {
-    define('DOKU_INC', __DIR__ . '/../../');
-}
-require_once(DOKU_INC . 'inc/init.php');
-
-if (!actionOK('manifest')) {
-    http_status(404, 'Manifest has been disabled in DokuWiki configuration.');
-    exit();
-}
-
-$manifest = new \dokuwiki\Manifest();
-$manifest->sendManifest();