about summary refs log tree commit diff stats
path: root/wiki/lib/exe/manifest.php
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2019-01-02 04:57:35 +0000
committerahriman <ahriman@falte.red>2019-01-02 04:57:35 +0000
commit2bd7f83a6495011ada78ca8a9f2af417caf01760 (patch)
treef9acdb7f09e011c65330ab993d4db3620787dbfb /wiki/lib/exe/manifest.php
parentbcb215c3a7e914d05f166846a33860e48bba64fb (diff)
downloadsite-2bd7f83a6495011ada78ca8a9f2af417caf01760.tar.gz
removed dokuwiki
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();