From 0ae8cbf5c0b1a198b963490985b7738392ebcb97 Mon Sep 17 00:00:00 2001 From: ahriman Date: Mon, 3 Dec 2018 19:22:25 -0500 Subject: installed dokuwiki, added to navbar, updated news --- wiki/inc/Action/AbstractUserAction.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 wiki/inc/Action/AbstractUserAction.php (limited to 'wiki/inc/Action/AbstractUserAction.php') diff --git a/wiki/inc/Action/AbstractUserAction.php b/wiki/inc/Action/AbstractUserAction.php new file mode 100644 index 0000000..b4e3f1a --- /dev/null +++ b/wiki/inc/Action/AbstractUserAction.php @@ -0,0 +1,25 @@ +server->str('REMOTE_USER')) { + throw new ActionUserRequiredException(); + } + } + +} -- cgit 1.4.1-2-gfad0