upgrade.php
changeset 91 8079b0288e8e
parent 88 9e303b7e95c2
child 95 1dac77b46f07
equal deleted inserted replaced
90:9d29f7e101d6 91:8079b0288e8e
   491       <p>You are about to upgrade Enano to version <b><?php echo $this_version; ?></b>. Before you continue, please ensure that:</p>
   491       <p>You are about to upgrade Enano to version <b><?php echo $this_version; ?></b>. Before you continue, please ensure that:</p>
   492       <ul>
   492       <ul>
   493         <li>You have completely backed up your database (<b><?php echo "$dbhost:$dbname"; ?></b>)</li>
   493         <li>You have completely backed up your database (<b><?php echo "$dbhost:$dbname"; ?></b>)</li>
   494         <li>You have backed up the entire Enano directory (<b><?php echo ENANO_ROOT; ?></b>)</li>
   494         <li>You have backed up the entire Enano directory (<b><?php echo ENANO_ROOT; ?></b>)</li>
   495         <li>You have reviewed the release notes for this version, and you<br />are comfortable with any known bugs or issues</li>
   495         <li>You have reviewed the release notes for this version, and you<br />are comfortable with any known bugs or issues</li>
       
   496         <li>If you've configured Enano to work using a MySQL user with restricted<br />privileges, you need to enable ALTER, CREATE TABLE, and CREATE INDEX privileges<br />for this upgrade to work.</li>
   496       </ul>
   497       </ul>
   497     </div>
   498     </div>
   498     <div style="text-align: center; margin-top: 10px;">
   499     <div style="text-align: center; margin-top: 10px;">
   499       <form action="upgrade.php?mode=setversion&amp;auth=<?php echo $session->sid_super; ?>" method="post">
   500       <form action="upgrade.php?mode=setversion&amp;auth=<?php echo $session->sid_super; ?>" method="post">
   500         <input type="submit" value="Continue with upgrade" />
   501         <input type="submit" value="Continue with upgrade" />