<div align="center"> <?php echo $_VERSION->URL; ?> </div> <div align="center" class="smallgrey"> <?php echo $version; ?> <br /> </div> <?php if ($mosConfig_debug) { echo '<div class="smallgrey">'; $tend = mosProfiler::getmicrotime(); $totaltime = $tend - $tstart; printf("Page was generated in %f seconds", $totaltime); echo '</div>'; } ?> </td> </tr> </table> </div> <?php mosLoadAdminModules('debug'); ?> </body> </html>
<?php /** * @version $Id: login.php,v 1.3 2004/09/30 22:53:14 dappa Exp $ * @package Mambo_4.5.1 * @copyright (C) 2000 - 2004 Miro International Pty Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * Mambo is Free Software */ /** ensure this file is being included by a parent file */ defined('_VALID_MOS') or die('Direct Access to this location is not allowed.'); $tstart = mosProfiler::getmicrotime(); echo "<?xml version=\"1.0\"?>\r\n"; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title><?php echo $mosConfig_sitename; ?> - Administration [Mambo]</title> <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?> " /> <style type="text/css"> @import url(templates/mambo_admin/css/admin_login.css); </style> <script language="javascript" type="text/javascript"> function setFocus() { document.loginForm.usrname.select();