equal
deleted
inserted
replaced
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' && strstr(@$_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. |