2010-11-04 Raul Mateos <raulofpandora@gmail.com>
* general/login_page.php: Fixed validation for XHTML 1.0 Transitional. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3516 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
696f3c19ad
commit
43b9b91689
|
@ -1,3 +1,7 @@
|
|||
2010-11-04 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* general/login_page.php: Fixed validation for XHTML 1.0 Transitional.
|
||||
|
||||
2010-11-03 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* index.php: Updated year :-D
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
// Pandora FMS - http://pandorafms.com
|
||||
// ==================================================
|
||||
// Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
|
||||
// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas
|
||||
|
||||
// This program is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU General Public License
|
||||
|
@ -24,7 +24,7 @@ echo '<div class="databox" id="login">';
|
|||
|
||||
//echo '<h1>Put here your custom welcome message</h1>";
|
||||
|
||||
echo '<br><br>';
|
||||
echo '<br /><br />';
|
||||
echo '
|
||||
<div class="databox" id="login_in">
|
||||
<form method="post" action="index.php'.$url.'">
|
||||
|
|
Loading…
Reference in New Issue