]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - install.php
Add the test of HTTP_X_FORWARDED_PROTO in the is_ssl function to test the case where...
[jirafeau_mojo42.git] / install.php
index bbb9eebfde8ac7e6c00fff1c644d82ac433f7ea7..5226f1bfdc48fb2616190184f96c1fbb1b403a5c 100644 (file)
@@ -282,7 +282,7 @@ case 3:
         t
         ('The base address of Jirafeau is the first part of the URL, until ' .
          '(and including) the last slash. For example: ' .
-         '"http://www.example.com/". Do not forget the ending slash!');
+         '"http://www.example.com/". Do not forget the trailing slash!');
     ?></td> </tr> <tr> <td class = "label"><label for = "input_web_root"
        ><?php echo t('Base address') . ':';
     ?></label></td>
@@ -296,7 +296,7 @@ case 3:
         echo t('The data directory is where your files and information about' .
         ' your files will be stored. You should put it outside your web ' .
         'site, or at least restrict the access to this directory. Do not ' .
-        'forget the ending slash!');
+        'forget the trailing slash!');
     ?></td> </tr> <tr> <td class = "label"><label for = "input_var_root"
        ><?php echo t('Data directory') . ':';
     ?></label></td>

patrick-canterino.de