Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
RRZE Webteam
RRZE Private Site
Commits
e6c736dc
Commit
e6c736dc
authored
Nov 25, 2021
by
Rolf Forst
Browse files
Update rrze-private-site.php
parent
979ee907
Changes
1
Hide whitespace changes
Inline
Side-by-side
rrze-private-site.php
View file @
e6c736dc
...
...
@@ -4,7 +4,7 @@
Plugin Name: RRZE Private Site
Plugin URI: https://gitlab.rrze.fau.de/rrze-webteam/rrze-private-site
Description: Restricts access to the website.
Version: 2.5.
2
Version: 2.5.
3
Author: RRZE Webteam
Author URI: https://blogs.fau.de/webworking/
License: GNU General Public License v2
...
...
@@ -52,9 +52,6 @@ register_activation_hook(__FILE__, __NAMESPACE__ . '\activation');
add_action
(
'plugins_loaded'
,
__NAMESPACE__
.
'\loaded'
);
// RRZE Cache Plugin: Skip Cache
add_filter
(
'rrzecache_skip_cache'
,
'__return_true'
);
/**
* Loads languages files into the list of text domains.
* @return void
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment