]> git.mjollnir.org Git - moodle.git/commitdiff
Changed some settings from "1" to "On"
authormoodler <moodler>
Tue, 28 Jan 2003 02:27:18 +0000 (02:27 +0000)
committermoodler <moodler>
Tue, 28 Jan 2003 02:27:18 +0000 (02:27 +0000)
lang/en/docs/install.html

index 63b7dbd17f8791e9b63f327ce247af53aed5cffe..c74c1a48887fcdd8cbb4c608f4377bd83e23a319 100644 (file)
@@ -1,6 +1,7 @@
 <HEAD>\r
     <TITLE>Moodle Docs: Installation</TITLE>\r
        <LINK REL="stylesheet" HREF="../theme/standard/styles.php" TYPE="TEXT/CSS">\r
+    <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">\r
 </HEAD>\r
 \r
 <BODY BGCOLOR="#FFFFFF">\r
      have things set differently.  These are defined in PHP's configuration\r
      file (usually called php.ini):</p>\r
   <blockquote>\r
-<pre>file_uploads = 1\r
-magic_quotes_gpc = 1\r
-short_open_tag = 1\r
-session.auto_start = 0\r
+<pre>file_uploads = On\r
+magic_quotes_gpc = On\r
+short_open_tag = On\r
+session.auto_start = Off\r
 </pre>\r
   </blockquote>\r
   <p>If you don't have access to httpd.conf or php.ini on your server, or you \r
@@ -184,10 +185,10 @@ session.auto_start = 0
      This only works on Apache servers and only when Overrides have been allowed.\r
      <BLOCKQUOTE><PRE>\r
 DirectoryIndex index.php index.html index.htm\r
-php_value magic_quotes_gpc 1\r
-php_value file_uploads 1\r
-php_value short_open_tag 1\r
-php_value session.auto_start 0</BLOCKQUOTE></PRE>\r
+php_value magic_quotes_gpc On\r
+php_value file_uploads On\r
+php_value short_open_tag On\r
+php_value session.auto_start Off</BLOCKQUOTE></PRE>\r
      <P>You can also do things like define the maximum size for uploaded files:\r
      <BLOCKQUOTE><PRE>\r
 php_value upload_max_filesize 2M\r