index.php
changeset 116 77c75179bb95
parent 103 a8891e108c95
child 119 9de392a67964
child 142 ca9118d9c0f2
equal deleted inserted replaced
115:261f367623af 116:77c75179bb95
   261       }
   261       }
   262       $template->header();
   262       $template->header();
   263         ?>
   263         ?>
   264         <form action="<?php echo makeUrl($paths->page, 'do=flushlogs'); ?>" method="post">
   264         <form action="<?php echo makeUrl($paths->page, 'do=flushlogs'); ?>" method="post">
   265           <h3>You are about to <span style="color: red;">destroy</span> all logged edits and actions on this page.</h3>
   265           <h3>You are about to <span style="color: red;">destroy</span> all logged edits and actions on this page.</h3>
   266            <p>Unlike deleting or editing this page, this action is <u>not reversible</u>! You should only do this if you are desperate for
   266            <p>Unlike deleting or editing this page, this action is <u>not reversible</u>! You should only do this if you are desparate for
   267               database space.</p>
   267               database space.</p>
   268            <p>Do you really want to continue?</p>
   268            <p>Do you really want to continue?</p>
   269            <p><input type="submit" name="_downthejohn" value="Flush logs" style="color: red; font-weight: bold;" /></p>
   269            <p><input type="submit" name="_downthejohn" value="Flush logs" style="color: red; font-weight: bold;" /></p>
   270         </form>
   270         </form>
   271         <?php
   271         <?php