Skip to content

Commit

Permalink
fix: php syntax error in settings (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Dec 24, 2023
1 parent 2fb5a24 commit b36eed9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wiki/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,6 @@
$wgPluggableAuth_EnableAutoLogin = getenv('MW_AUTH_PLUGGABLE_ENABLE_AUTO_LOGIN') ? (bool) getenv('MW_AUTH_PLUGGABLE_ENABLE_AUTO_LOGIN') : false;
$wgPluggableAuth_EnableLocalLogin = getenv('MW_AUTH_PLUGGABLE_ENABLE_LOCAL_LOGIN') ? (bool) getenv('MW_AUTH_PLUGGABLE_ENABLE_LOCAL_LOGIN') : false;
$wgPluggableAuth_EnableLocalProperties = getenv('MW_AUTH_PLUGGABLE_ENABLE_LOCAL_PROPERTIES') ? (bool) getenv('MW_AUTH_PLUGGABLE_ENABLE_LOCAL_PROPERTIES') : false;
];

}

# OpenID Connect
Expand Down

0 comments on commit b36eed9

Please sign in to comment.