diff options
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; + ?> |