2006-03-27 05:37:27 +02:00
< ? php
2006-07-11 16:14:09 +02:00
2021-09-29 17:03:13 +02:00
// Barivion - http://barivion.com
2009-06-08 20:26:14 +02:00
// ==================================================
2020-11-27 13:52:35 +01:00
// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas
2011-03-17 Raul Mateos <raulofpandora@gmail.com>
* extensions/dbmanager.php, extensions/pandora_logs.php, general/*.php,
index.php, ajax.php, operation/search_*.php, operation/menu.php,
operation/extensions.php, godmode/menu.php, godmode/extensions.php,
admin_access_logs.php: Cleaned code and updated page disclaimers.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4108 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-03-17 23:01:01 +01:00
// Please see http://pandorafms.org for full contribution list
2006-07-11 16:14:09 +02:00
// This program is free software; you can redistribute it and/or
2011-03-23 Raul Mateos <raulofpandora@gmail.com>
* extensions/ssh_console.php, extensions/vnc_view.php,
extensions/update_manager.php, extensions/users_connected.php,
extensions/extension_uploader.php, extensions/insert_data.php,
extensions/module_groups.php, extensions/plugin_registration.php,
extensions/agent_modules.php, extensions/resource_registration.php,
extensions/resource_exportation.php, extensions/dbmanager.php,
extensions/pandora_logs.php, general/*.php, ajax.php,
operation/search_*.php, operation/menu.php, operation/extensions.php,
godmode/menu.php, godmode/extensions.php, godmode/admin_access_logs.php:
CReverted unwanted license changes.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4126 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-03-23 17:13:28 +01:00
// modify it under the terms of the GNU General Public License
2011-03-17 Raul Mateos <raulofpandora@gmail.com>
* extensions/dbmanager.php, extensions/pandora_logs.php, general/*.php,
index.php, ajax.php, operation/search_*.php, operation/menu.php,
operation/extensions.php, godmode/menu.php, godmode/extensions.php,
admin_access_logs.php: Cleaned code and updated page disclaimers.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4108 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-03-17 23:01:01 +01:00
// as published by the Free Software Foundation; version 2
2006-07-11 16:14:09 +02:00
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
2011-03-17 Raul Mateos <raulofpandora@gmail.com>
* extensions/dbmanager.php, extensions/pandora_logs.php, general/*.php,
index.php, ajax.php, operation/search_*.php, operation/menu.php,
operation/extensions.php, godmode/menu.php, godmode/extensions.php,
admin_access_logs.php: Cleaned code and updated page disclaimers.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4108 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-03-17 23:01:01 +01:00
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2006-07-11 16:14:09 +02:00
// GNU General Public License for more details.
2006-03-27 05:37:27 +02:00
?>
2007-05-27 04:55:55 +02:00
< div class = 'databox' id = 'login' >
2019-01-30 16:18:44 +01:00
< div id = 'login_f' class = 'databox' >
2021-03-11 15:40:23 +01:00
< h1 id = " log_f " class = " error mgn_tp_0 " >< ? php echo __ ( 'Authentication error' ); ?> </h1>
2019-01-30 16:18:44 +01:00
2021-03-11 15:40:23 +01:00
< div class = 'w350px' >
2019-01-30 16:18:44 +01:00
< a href = " index.php " >< img src = " images/pandora_logo.png " border = " 0 " ></ a >< br >
< ? php echo $pandora_version ; ?>
</ div >
< center >
< div >
< img src = 'images/noaccess.png' alt = 'No access' >
</ div >
</ center >
2021-09-29 17:03:13 +02:00
< div class = " msg " >< ? php echo __ ( 'Either, your password or your login are incorrect. Please check your CAPS LOCK key, username and password are case SeNSiTiVe.<br><br>All actions, included failed login attempts are logged in %s System logs, and these can be reviewed by each user, please report to admin any incident or malfunction.' , get_product_name ()); ?> </div>
2019-01-30 16:18:44 +01:00
</ div >
2007-05-20 19:12:31 +02:00
</ div >