install.php
changeset 311 e1bd2e524072
parent 310 78cb09a23e69
child 315 01e7206b4441
child 328 17eebd541742
equal deleted inserted replaced
310:78cb09a23e69 311:e1bd2e524072
  1150     ?>
  1150     ?>
  1151     <div style="text-align: center; margin-top: 10px;">
  1151     <div style="text-align: center; margin-top: 10px;">
  1152       <img alt="[ Enano CMS Project logo ]" src="images/enano-artwork/installer-greeting-blue.png" style="display: block; margin: 0 auto; padding-left: 100px;" />
  1152       <img alt="[ Enano CMS Project logo ]" src="images/enano-artwork/installer-greeting-blue.png" style="display: block; margin: 0 auto; padding-left: 100px;" />
  1153       <h2>Welcome to Enano</h2>
  1153       <h2>Welcome to Enano</h2>
  1154       <h3>Version <?php echo ENANO_VERSION; ?> &ndash; stable<br />
  1154       <h3>Version <?php echo ENANO_VERSION; ?> &ndash; stable<br />
  1155       <span style="font-weight: normal;">also affectionately known as "<?php echo ENANO_RELEASE_NAME; ?>" <tt>:)</tt></span></h3>
  1155       <span style="font-weight: normal;">also affectionately known as "<?php echo strtolower(ENANO_RELEASE_NAME); ?>" <tt>:)</tt></span></h3>
  1156       <?php
  1156       <?php
  1157       if ( file_exists('./_nightly.php') )
  1157       if ( file_exists('./_nightly.php') )
  1158       {
  1158       {
  1159         echo '<div class="warning-box" style="text-align: left; margin: 10px 0;"><b>You are about to install a NIGHTLY BUILD of Enano.</b><br />Nightly builds are NOT upgradeable and may contain serious flaws, security problems, or extraneous debugging information. Installing this version of Enano on a production site is NOT recommended.</div>';
  1159         echo '<div class="warning-box" style="text-align: left; margin: 10px 0;"><b>You are about to install a NIGHTLY BUILD of Enano.</b><br />Nightly builds are NOT upgradeable and may contain serious flaws, security problems, or extraneous debugging information. Installing this version of Enano on a production site is NOT recommended.</div>';
  1160       }
  1160       }