Portions created by the Initial Developer are Copyright (C) 2008-2012 the Initial Developer. All Rights Reserved. Contributor(s): Mark J Crane */ include "root.php"; require_once "includes/require.php"; //get the http values and set as variables $path = check_str($_GET["path"]); $msg = check_str($_GET["msg"]); //set a default login url //if (strlen($_SESSION['login']['url']['text']) == 0) { // $_SESSION['login']['url']['text'] = PROJECT_PATH."/index2.php"; //} //add the header include "includes/header.php"; //show the message if (strlen($msg) > 0) { echo "

"; echo "
\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "
Message
\n"; switch ($msg) { case "username required": echo "Please provide a username."; break; case "incorrect account information": echo "The username or password was incorrect. Please try again."; break; case "install complete": echo "
\n"; echo "Installation is complete.
"; echo "
"; echo "Getting Started:
"; echo "
  • There are two levels of admins 1. superadmin 2. admin.
    "; echo "
    \n"; echo "username: superadmin
    password: fusionpbx
    \n"; echo "
    \n"; echo "username: admin
    password: fusionpbx

    \n"; echo "
  • \n"; echo "
  • \n"; echo "The database connection settings have been saved to ".$_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/includes/config.php.
    \n"; echo "
  • \n"; echo "
\n"; echo "\n"; break; } echo "
\n"; echo "
\n"; echo "

\n\n"; } //show the content echo "

"; echo "
\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; if ($_SESSION['login']['domain_name.visible']['boolean'] == "true") { echo "\n"; echo "\n"; echo "\n"; echo "\n"; } echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "
\n"; echo " UserName:\n"; echo "\n"; echo " \n"; echo "
\n"; echo " Password:\n"; echo "\n"; echo " \n"; echo "
\n"; echo " Domain:\n"; echo "\n"; if (count($_SESSION['login']['domain_name']) > 0) { echo " \n"; } else { echo " \n"; } echo "
\n"; echo "\n"; echo " \n"; echo "
\n"; echo "
"; echo ""; //add the footer include "includes/footer.php"; ?>