From 22bb1a082f9df6cace9c1c41bc4d38b9cd33cfdc Mon Sep 17 00:00:00 2001 From: Jon Langseth Date: Sat, 21 Jan 2012 02:34:46 +0100 Subject: [PATCH] Forgot to add backend config-var to .sample --- api/config.php.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/api/config.php.sample b/api/config.php.sample index c09eb67..58a26b4 100644 --- a/api/config.php.sample +++ b/api/config.php.sample @@ -3,6 +3,7 @@ function get_config() { return array( + 'auth_backend' => 'permitall', 'sql_server' => 'localhost', 'sql_username' => 'dbusername', 'sql_password' => 'dbuserpass', -- 2.39.2