Skip to content
Snippets Groups Projects
Commit f06e57da authored by Olav Morken's avatar Olav Morken
Browse files

Config check: fix function definition which causes warnings.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@626 44740490-163a-0410-bde0-09ae8108e29a
parent 9bd6623a
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,7 @@ function canCheckFile($file) { ...@@ -135,7 +135,7 @@ function canCheckFile($file) {
* *
* @param $config The configuration data. * @param $config The configuration data.
*/ */
function validate_config($config, &$errors, &$warnings) { function validate_config($config) {
if($config['auth.adminpassword'] === '123') { if($config['auth.adminpassword'] === '123') {
error('auth.adminpassword should be changed from the default value.'); error('auth.adminpassword should be changed from the default value.');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment