diff options
Diffstat (limited to 'includes/conf.php')
-rw-r--r-- | includes/conf.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/conf.php b/includes/conf.php index 96683f6b7..452c80c91 100644 --- a/includes/conf.php +++ b/includes/conf.php @@ -25,9 +25,10 @@ $db_url = "mysql://drupal:drupal@localhost/drupal"; # magic_quotes_runtime 0 # magic_quotes_sybase 0 # track_vars 1 +# short_open_tag 1 # register_globals 1 -# Avoid "page has expired" problems when browsing from your cache or +# Avoid "page has expired" problems when browsing from your cache or # history after having filled out a form: // ini_set("session.cache_limiter", ""); |