Fixes for stripped HTML tags, and false warnings in debug log
[mailer.git] / inc / modules / admin / what-config_home.php
index 7a0d4ccfd0e4b8e463891e012667f508e05e95a9..3f3f8ec1f55f1d806e3a9a4e5aad08dee07b4593 100644 (file)
@@ -67,7 +67,7 @@ case "settings": // Settings related to the index page
 case "target": // Set which what-file will be placed in home-page (only modules.php?module=index)
        if (REQUEST_ISSET_GET(('home'))) {
                // Set new home
-               UPDATE_CONFIG("index_home", SQL_ESCAPE(REQUEST_GET('home')));
+               UPDATE_CONFIG("index_home", REQUEST_GET(('home')));
        } // END - if
 
        // Load all what menu points