2011-03-01 Miguel de Dios <miguel.dedios@artica.es>
* index.php: cleaned source code. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4041 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
9cbc8cbac5
commit
5e5aeb3061
|
@ -1,3 +1,7 @@
|
|||
2011-03-01 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* index.php: cleaned source code.
|
||||
|
||||
2011-03-01 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/db/postgresql.php, include/db/mysql.php, include/functions_db.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 '</div>'; // main
|
||||
echo '<div style="clear:both"> </div>';
|
||||
echo '</div>'; // page (id = page)
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
echo "</div>"; // main_pure
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue