\n";
echo "
\n";
@@ -328,9 +328,9 @@
}
//initialize some defaults so we can be 'logged in'
- //$_SESSION['username'] = 'install_enabled';
- //$_SESSION['permissions'][]['permission_name'] = 'superadmin';
- //$_SESSION['menu'] = '';
+ $_SESSION['username'] = 'install_enabled';
+ $_SESSION['permissions'][]['permission_name'] = 'superadmin';
+ $_SESSION['menu'] = '';
//add the content to the template and then send output
$body = ob_get_contents(); //get the output from the buffer
diff --git a/core/install/resources/classes/install_fusionpbx.php b/core/install/resources/classes/install_fusionpbx.php
index 4325ff9fae..1b768ce7a5 100644
--- a/core/install/resources/classes/install_fusionpbx.php
+++ b/core/install/resources/classes/install_fusionpbx.php
@@ -994,7 +994,7 @@ include "root.php";
//set the defaults
$menu_name = 'default';
$menu_language = 'en-us';
- $menu_description = 'Default Menu Set';
+ $menu_description = 'Default Menu';
$this->write_progress("\tChecking if menu exists");
$sql = "select count(*) from v_menus ";
diff --git a/core/install/resources/page_parts/install_config_database.php b/core/install/resources/page_parts/install_config_database.php
index 099ed01771..ca1efd91e8 100644
--- a/core/install/resources/page_parts/install_config_database.php
+++ b/core/install/resources/page_parts/install_config_database.php
@@ -44,7 +44,10 @@
echo "
\n";
echo "| ".$text['header-config_database']." | \n";
- echo " | \n";
+ echo "\n";
+ echo " \n";
+ echo " \n";
+ echo " | \n";
echo "
\n";
if ($db_type == "sqlite") {
@@ -274,8 +277,8 @@
echo "";
echo "
\n";
- echo " \n";
- echo " \n";
+ echo " \n";
+ echo " \n";
echo "
\n";
echo "\n";
?>
\ No newline at end of file
diff --git a/core/install/resources/page_parts/install_config_detail.php b/core/install/resources/page_parts/install_config_detail.php
index e25889ac5c..044d912fb0 100644
--- a/core/install/resources/page_parts/install_config_detail.php
+++ b/core/install/resources/page_parts/install_config_detail.php
@@ -38,7 +38,10 @@
echo "
\n";
echo "| ".$text['header-config_detail']." | \n";
- echo " | \n";
+ echo "\n";
+ echo " \n";
+ echo " \n";
+ echo " | \n";
echo "
\n";
echo "
\n";
@@ -140,8 +143,8 @@
echo "";
echo " \n";
- echo " \n";
- echo " \n";
+ echo " \n";
+ echo " \n";
echo "
\n";
echo "\n";
?>
\ No newline at end of file
diff --git a/core/install/resources/page_parts/install_event_socket.php b/core/install/resources/page_parts/install_event_socket.php
index b1d9a91900..861e9d0683 100644
--- a/core/install/resources/page_parts/install_event_socket.php
+++ b/core/install/resources/page_parts/install_event_socket.php
@@ -31,10 +31,9 @@
try {
$switch_detect->detect();
} catch(Exception $e){
- echo "Failed to detect configuration detect_switch reported: " . $e->getMessage() ."
\n";
- $detect_ok = false;
+ //echo "Failed to detect configuration detect_switch reported: " . $e->getMessage() ."
\n";
+ //$detect_ok = false;
}
- echo "";
if($detect_ok){
echo "\n";
@@ -120,8 +120,7 @@
echo " ".$text['title-assumed_configuration']." | \n";
echo "\n";
$id=0;
- foreach ($switch_detect->get_vdirs() as $folder)
- {
+ foreach ($switch_detect->get_vdirs() as $folder) {
if($id % 2 == 0){ echo "\n"; }
echo "| \n";
echo $folder."\n";
@@ -132,13 +131,7 @@
if($id % 2 == 1){ echo " |
\n"; }
$id++;
}
-
echo "
";
}
-
-?>
\ No newline at end of file
+?>
\ No newline at end of file
diff --git a/core/install/resources/page_parts/install_select_language.php b/core/install/resources/page_parts/install_select_language.php
index df5d83b6f7..ba36b2761c 100644
--- a/core/install/resources/page_parts/install_select_language.php
+++ b/core/install/resources/page_parts/install_select_language.php
@@ -17,16 +17,16 @@
The Initial Developer of the Original Code is
Mark J Crane
- Portions created by the Initial Developer are Copyright (C) 2008-2012
+ Portions created by the Initial Developer are Copyright (C) 2015-2016
the Initial Developer. All Rights Reserved.
Contributor(s):
Matthew Vale
*/
- echo "