From 7291f6f491184fc39ec23d9427db422ee901c6c9 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Tue, 1 Mar 2011 16:42:12 +0000 Subject: [PATCH] 2011-03-01 Miguel de Dios * index.php: cleaned source code. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4041 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/index.php | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 }