We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47fe74b commit fb9474aCopy full SHA for fb9474a
1 file changed
templates/includes/header.php
@@ -206,3 +206,7 @@
206
echo $c;
207
}
208
209
+$config = \SimpleSAML\Configuration::getInstance();
210
+if(! $config->getBoolean('production', true)) {
211
+ echo '<div class="caution">' . $this->t('{preprodwarning:warning:warning}'). '</div>';
212
+}
0 commit comments