install.php
changeset 315 01e7206b4441
parent 311 e1bd2e524072
child 318 eec2dfd2f0a3
equal deleted inserted replaced
312:36bcc9212837 315:01e7206b4441
  1529       ?>
  1529       ?>
  1530       <p>The next step is to enter some information about your website. You can always change this information later, using the administration panel.</p>
  1530       <p>The next step is to enter some information about your website. You can always change this information later, using the administration panel.</p>
  1531       <?php
  1531       <?php
  1532       if ( defined('WINDOWS_MOD_REWRITE_WORKAROUNDS') )
  1532       if ( defined('WINDOWS_MOD_REWRITE_WORKAROUNDS') )
  1533       {
  1533       {
  1534         $patch_necessary = ( strtolower(PHP_OS) == 'win32' && substr(@$_SERVER['SERVER_SOFTWARE'], 'Apache/2.2') );
  1534         $patch_necessary = ( ( strtolower(PHP_OS) == 'win32' || strtolower(PHP_OS) == 'winnt' ) && substr(@$_SERVER['SERVER_SOFTWARE'], 'Apache/2.2') );
  1535         ?>
  1535         ?>
  1536           <div class="usermessage">
  1536           <div class="usermessage">
  1537             <b>Your copy of Enano has the Windows mod_rewrite workaround patch enabled.</b><br />
  1537             <b>Your copy of Enano has the Windows mod_rewrite workaround patch enabled.</b><br />
  1538             <?php if ( $patch_necessary ): ?>
  1538             <?php if ( $patch_necessary ): ?>
  1539               If you don't plan to use the Tiny URLs option below, you should go back and re-download Enano without this workaround enabled.
  1539               If you don't plan to use the Tiny URLs option below, you should go back and re-download Enano without this workaround enabled.