summaryrefslogtreecommitdiff
path: root/default-conf
diff options
context:
space:
mode:
authorAngelo Cuccato <cuccato@web.de>2010-12-29 14:06:07 +0100
committerAngelo Cuccato <cuccato@web.de>2010-12-29 14:06:07 +0100
commit4836a82eb9614bd9aefccbc45d6d074c5e8174e6 (patch)
tree0cdb21d6c46c3e324b60222cccd55f64cfdf2c4a /default-conf
parent4ebc072511a144eb11c5c86651a3753c774a448c (diff)
add external auth
Diffstat (limited to 'default-conf')
-rwxr-xr-xdefault-conf/var_www_includes/config.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/default-conf/var_www_includes/config.php b/default-conf/var_www_includes/config.php
index 54dbd5f3..574d9947 100755
--- a/default-conf/var_www_includes/config.php
+++ b/default-conf/var_www_includes/config.php
@@ -52,4 +52,7 @@ $PentabarfGetWith = "fsockopen"; // "fsockopen"/"fopen"/"wget"/"lynx"
//Mailing List: is is not defined, the option is not shown
//$SubscribeMailinglist = "*-subscribe@lists.*";
+/// Passord for external Authorization, function only active if the var is defined
+//$CurrentExternAuthPass = 23;
+
?>