From 8c5b0c41bba433549371d55e4ad5a1ef8665a9fc Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 19 May 2003 02:31:14 +0000 Subject: [PATCH] Updated docs to use php_flag instead of php_value for booleans --- lang/fi/docs/install.html | 12 ++++++------ lang/ja/docs/install.html | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lang/fi/docs/install.html b/lang/fi/docs/install.html index a8ef7c987d..cf1e644237 100644 --- a/lang/fi/docs/install.html +++ b/lang/fi/docs/install.html @@ -206,12 +206,12 @@ oletus-asetukset. .htaccess tiedosto Moodle'n päähakemistoon . (Tämä toimii ainoastaan apache-palvelimella kun AllowOverride on päällä.
DirectoryIndex index.php index.html index.htm
-php_value magic_quotes_gpc On
-php_value magic_quotes_runtime Off
-php_value file_uploads On
-php_value short_open_tag On
-php_value session.auto_start Off
-php_value session.bug_compat_warn Off
+php_flag magic_quotes_gpc On +php_flag magic_quotes_runtime Off +php_flag file_uploads On +php_flag short_open_tag On +php_flag session.auto_start Off +php_flag session.bug_compat_warn Off
Voit myös määritellä suurimman sallitun tiedoston koon:
diff --git a/lang/ja/docs/install.html b/lang/ja/docs/install.html index 791786ecd3..6999eac773 100644 --- a/lang/ja/docs/install.html +++ b/lang/ja/docs/install.html @@ -246,17 +246,17 @@ DirectoryIndex index.php index.html index.htm -php_value magic_quotes_gpc On +php_flag magic_quotes_gpc On -php_value magic_quotes_runtime Off +php_flag magic_quotes_runtime Off -php_value file_uploads On +php_flag file_uploads On -php_value short_open_tag On +php_flag short_open_tag On -php_value session.auto_start Off +php_flag session.auto_start Off -php_value session.bug_compat_warn Off
+php_flag session.bug_compat_warn Off

¥¢¥Ã¥×¥í¡¼¥É¥Õ¥¡¥¤¥ë¤ÎºÇÂ祵¥¤¥º¤ò²¼µ­¤Î¤è¤¦¤ËÀßÄꤹ¤ë¤³¤È¤â½ÐÍè¤Þ¤¹: -- 2.39.5