Fix #41. Corrige las llamadas que se hacían a instalar.php en lugar de a Instalar.php desde Inventario.php y desde Instalar.php

This commit is contained in:
rmontanana
2014-07-28 15:54:29 +02:00
parent 5676f75b97
commit f5577a4119
4 changed files with 11 additions and 8 deletions

View File

@@ -42,7 +42,7 @@ class Inventario {
$this->opcActual = $_SERVER['QUERY_STRING'] == '' ? 'principal' : $_SERVER['QUERY_STRING'];
//Si el programa no está instalado, llama al instalador.
if (INSTALADO == "no") {
header('location: instalar.php');
header('location: Instalar.php');
return;
}
// Iniciamos una sesión