From 21a2bcd7ac903cbb12a32a7cfe73e6a0fc77ddba Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 21 Aug 2008 20:55:50 +0000 Subject: [PATCH] Remove extra_nm, we can put multiple nextmatches on a page now. (Yay) Also, change everything that was using extra_nm to use a real nextmatch --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 6956d0225c..5456e84628 100644 --- a/.htaccess +++ b/.htaccess @@ -5,7 +5,7 @@ # # to enable parsing off this file # -php_value memory_limit 32M +php_value memory_limit 128M php_value max_execution_time 60 php_flag register_globals Off php_flag magic_quotes_gpc Off