From 23896ff6f58274c0098b9da9694565ebcf50ecb2 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Wed, 14 Nov 2001 23:17:27 +0000 Subject: [PATCH] possible fix for bug #479943 --- setup/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/config.php b/setup/config.php index 901b48c0ed..f8720eeab1 100644 --- a/setup/config.php +++ b/setup/config.php @@ -30,6 +30,9 @@ 'T_config_post_script' => 'config_post_script.tpl' )); + /* Following to ensure windows file paths are saved correctly */ + set_magic_quotes_runtime(0); + /* Authorize the user to use setup app and load the database Does not return unless user is authorized