diff --git a/README.md b/README.md index 22dcb1cd..5e0f2b2e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ CRM, Accounting and Invoicing System for small managed IT companies * Apps * Networks * Files - * Technical Notes + * Documentation * Invoicing * Email Past Due Reminders * Auto Email Receipts upon payments @@ -47,8 +47,10 @@ CRM, Accounting and Invoicing System for small managed IT companies * Clone this repo * Create a Mysql database -* Point your browser to setup.php fill in the info -* Your Done! +* Point your browser to the URL where you downloaded the crm +* Go through the Setup Process +* Login +* Start inputting some data #### Requirements * Webserver (Apache, NGINX) @@ -59,7 +61,6 @@ CRM, Accounting and Invoicing System for small managed IT companies * PHP/MySQL * SB Admin Bootstrap CSS Framework * fontawesome -* datatables * chart.js * moments.js * Jquery diff --git a/check_login.php b/check_login.php index 096b3aa7..e4a1b5ae 100644 --- a/check_login.php +++ b/check_login.php @@ -30,9 +30,6 @@ include("get_settings.php"); - $_SESSION['alert_message'] = ''; - $_SESSION['alert_type'] = "warning"; - //Detects if using an apple device and uses apple maps instead of google $iPod = stripos($_SERVER['HTTP_USER_AGENT'],"iPod"); $iPhone = stripos($_SERVER['HTTP_USER_AGENT'],"iPhone"); diff --git a/get_settings.php b/get_settings.php index 87baede7..f3d1e6f4 100644 --- a/get_settings.php +++ b/get_settings.php @@ -56,6 +56,7 @@ $config_default_net_terms = $row['config_default_net_terms']; $config_recurring_auto_send_invoice = $row['config_recurring_auto_send_invoice']; $config_api_key = $row['config_api_key']; +$config_base_url = $row['config_base_url']; $config_enable_cron = $row['config_enable_cron']; $client_types_array = array( diff --git a/guest_header.php b/guest_header.php index 6a00bd78..6f6f27f6 100644 --- a/guest_header.php +++ b/guest_header.php @@ -35,4 +35,4 @@