about summary refs log tree commit diff stats
path: root/wiki/inc/Menu/Item/Subscribe.php
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/inc/Menu/Item/Subscribe.php')
-rw-r--r--wiki/inc/Menu/Item/Subscribe.php24
1 files changed, 0 insertions, 24 deletions
diff --git a/wiki/inc/Menu/Item/Subscribe.php b/wiki/inc/Menu/Item/Subscribe.php
deleted file mode 100644
index 1c9d335..0000000
--- a/wiki/inc/Menu/Item/Subscribe.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-
-namespace dokuwiki\Menu\Item;
-
-/**
- * Class Subscribe
- *
- * Access the subscription management view
- */
-class Subscribe extends AbstractItem {
-
-    /** @inheritdoc */
-    public function __construct() {
-        global $INPUT;
-        parent::__construct();
-
-        if(!$INPUT->server->str('REMOTE_USER')) {
-            throw new \RuntimeException("subscribe is only for logged in users");
-        }
-
-        $this->svg = DOKU_INC . 'lib/images/menu/09-subscribe_email-outline.svg';
-    }
-
-}
iv class='alt'>
6708862 ^
5b91af1 ^
4f76ea3 ^
007b965 ^
c875f7b ^
4f76ea3 ^

007b965 ^
79a1241 ^
5b91af1 ^
79a1241 ^
5b91af1 ^
6708862 ^

5b91af1 ^


6708862 ^
5b91af1 ^
6708862 ^
4f76ea3 ^

6708862 ^

4f76ea3 ^
0fcbe31 ^
6708862 ^



4f76ea3 ^







007b965 ^
4f76ea3 ^


007b965 ^
4f76ea3 ^




6708862 ^











4f76ea3 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99