diff options
author | root <root@www.engelsystem.de> | 2010-12-29 14:08:24 +0100 |
---|---|---|
committer | root <root@www.engelsystem.de> | 2010-12-29 14:08:24 +0100 |
commit | f800a6fd4ad20808ce618df08887deff7d46bf40 (patch) | |
tree | 96cf485abcaf0054bc4cfd9986671d75e1896be5 /default-conf/var_www_includes | |
parent | 19d3dbaffe78a3dd77941b72628e68d2afe1d364 (diff) | |
parent | 4836a82eb9614bd9aefccbc45d6d074c5e8174e6 (diff) |
Merge branch 'master' into spezial_includes
Diffstat (limited to 'default-conf/var_www_includes')
-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; + ?> |