]> git.mjollnir.org Git - moodle.git/commitdiff
Updated docs to use php_flag instead of php_value for booleans
authormoodler <moodler>
Mon, 19 May 2003 02:31:14 +0000 (02:31 +0000)
committermoodler <moodler>
Mon, 19 May 2003 02:31:14 +0000 (02:31 +0000)
lang/fi/docs/install.html
lang/ja/docs/install.html

index a8ef7c987dbec3f7dd90d5a5606993eea894e55a..cf1e644237436071a51b3b38687878a3035b24cd 100644 (file)
@@ -206,12 +206,12 @@ oletus-asetukset.</BLOCKQUOTE>
 <B>.htaccess</B> tiedosto Moodle'n p&auml;&auml;hakemistoon . (T&auml;m&auml;
 toimii ainoastaan apache-palvelimella kun AllowOverride on päällä.</BLOCKQUOTE>
 <PRE STYLE="margin-left: 2cm; margin-right: 2cm">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</PRE><BLOCKQUOTE>
+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</PRE><BLOCKQUOTE>
 Voit my&ouml;s m&auml;&auml;ritell&auml; suurimman sallitun tiedoston
 koon: 
 </BLOCKQUOTE>
index 791786ecd35ce5b6587f9019850ef852dbb525a6..6999eac7738b78e488e5aba1bf1e42da4dac1f48 100644 (file)
@@ -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</BLOCKQUOTE></PRE>
+php_flag session.bug_compat_warn Off</BLOCKQUOTE></PRE>
 
 <P>¥¢¥Ã¥×¥í¡¼¥É¥Õ¥¡¥¤¥ë¤ÎºÇÂ祵¥¤¥º¤ò²¼µ­¤Î¤è¤¦¤ËÀßÄꤹ¤ë¤³¤È¤â½ÐÍè¤Þ¤¹: