<?php GoodOrBadButton($_allGood); ?> </td> </tr> <tr><td colspan="2"><br /><br /></td></tr> </table> </form> </td> </tr> </table> </div> </div> </body> </html> <?php /* -- step 2 */ } else { if (isset($_SESSION[AP_SESS_GOODORBAD]) && $_SESSION[AP_SESS_GOODORBAD]) { /* step 3 */ $AdminPanel = new CAdminPanel(__FILE__); $AdminPanel->Write(); /* -- step 3 */ } else { @session_destroy(); @header('Location: install.php'); exit; } } } }