From ba3f3a258b7cf5fb5aeabd2cbce02fb429b4dabc Mon Sep 17 00:00:00 2001 From: martinlanghoff Date: Wed, 25 Oct 2006 05:28:35 +0000 Subject: [PATCH] auth/fc/config.html: cleanup double newlines (leftover from whitespace cleanup) --- auth/fc/config.html | 84 --------------------------------------------- 1 file changed, 84 deletions(-) diff --git a/auth/fc/config.html b/auth/fc/config.html index b98f934df8..9f15f8ee92 100644 --- a/auth/fc/config.html +++ b/auth/fc/config.html @@ -1,169 +1,85 @@ auth_fchost)) { - $config->auth_fchost = "127.0.0.1"; - } - if (!isset($config->auth_fcfppport)) { - $config->auth_fcfppport = "3333"; - } - if (!isset($config->auth_fcuserid)) { - $config->auth_fcuserid = "fcMoodle"; - } - if (!isset($config->auth_fcpasswd)) { - $config->auth_fcpasswd = ""; - } - if (!isset($config->auth_fccreators)) { - $config->auth_fccreators = ""; - } - ?> - - - auth_fchost: - - - - - - - - - - - auth_fcfppport: - - - - - - - - - - - auth_fcuserid: - - - - - - - - - - - auth_fcpasswd: - - - - - - - - - - - auth_fccreators: - - - - - - - - - - - - : - - - - - - - - - -- 2.39.5