diff options
author | Angelo Cuccato <cuccato@web.de> | 2010-12-29 14:06:07 +0100 |
---|---|---|
committer | Angelo Cuccato <cuccato@web.de> | 2010-12-29 14:06:07 +0100 |
commit | 4836a82eb9614bd9aefccbc45d6d074c5e8174e6 (patch) | |
tree | 0cdb21d6c46c3e324b60222cccd55f64cfdf2c4a /default-conf/var_www_includes/config.php | |
parent | 4ebc072511a144eb11c5c86651a3753c774a448c (diff) |
add external auth
Diffstat (limited to 'default-conf/var_www_includes/config.php')
-rwxr-xr-x | default-conf/var_www_includes/config.php | 3 |
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; + ?> |