summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-10-31 19:34:03 +0000
committerDries Buytaert <dries@buytaert.net>2003-10-31 19:34:03 +0000
commitec3326679595953650e76308daac2182b7d628b9 (patch)
tree3ab072825ef580887f42cc2355f77b064c1b320a /index.php
parentf35eb376737d9df40adb9cd1821313b98c6bda52 (diff)
downloadbrdo-ec3326679595953650e76308daac2182b7d628b9.tar.gz
brdo-ec3326679595953650e76308daac2182b7d628b9.tar.bz2
- Improvement: made it possible to disable the comment controls and reworded some of the configuration settings.
- Improvement: removed a left-over from Drupal 4.2.0 (dead code). - Improvement: replaced hard-coded XHTML around the XML icons with class="xml-icon". - Improvement: removed the custom navigation menus shown at the top of the "user information page" and integrated them in the new navigation block. The "my account" link in the navigation menu will unfold. Also removed the "delete account" link/functionality (for now). - Improvement: fix for "magic quotes" settings. Patch by Steven. I also removed check_php_settings(). - Improvement: block themability improvements. Modified patch from Ax and Steve/CodeMonkeyX. - Fixed bug #2617: editing user information does not work. Patch by Kjartan.
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index fc58571b3..35f865a00 100644
--- a/index.php
+++ b/index.php
@@ -5,7 +5,7 @@ include_once "includes/common.inc";
drupal_page_header();
-check_php_setting("magic_quotes_gpc", 0);
+fix_gpc_magic();
menu_build("system");