diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 14935e25e3..a3d771c083 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-03-01 Miguel de Dios + + * index.php: cleaned source code. + 2011-03-01 Miguel de Dios * include/db/postgresql.php, include/db/mysql.php, include/functions_db.php: diff --git a/pandora_console/index.php b/pandora_console/index.php index 8ad6d7df46..bfd62ce358 100644 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -29,7 +29,8 @@ if ($develop_bypass != 1) { if (! file_exists ("install.php")) { include ("general/error_noconfig.php"); exit; - } else { + } + else { include ("install.php"); exit; } @@ -276,7 +277,8 @@ if ($config["pure"] == 0) { echo ''; // main echo '
 
'; echo ''; // page (id = page) -} else { +} +else { echo ""; // main_pure }