From 0b5e8ed7d54cbce9365b7b6a3ff1c777c8de4efa Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 8 May 2004 14:02:18 +0000 Subject: [PATCH] bug 753 --- lib/htaccess | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/htaccess b/lib/htaccess index f330ba874a..fd5b576dbe 100644 --- a/lib/htaccess +++ b/lib/htaccess @@ -55,3 +55,12 @@ LimitRequestBody 0 ### about 404 errors (URL not found). #ErrorDocument 404 http://example.org/moodle/error/index.php + + +### People have reported that these can help in some cases +### (unusual) when you see errors about undefined functions + +#php_value auto_prepend_file none +#php_value include_path . + + -- 2.39.5