diff --git a/app/libraries/utils.php b/app/libraries/utils.php index 7b4e8e8052..c39f827139 100755 --- a/app/libraries/utils.php +++ b/app/libraries/utils.php @@ -30,7 +30,7 @@ class Utils 'count' => Session::get('error_count', 0) ]; - Log::error($error, $data); + Log::error('\n'.$error, $data); /* Mail::queue('emails.error', ['message'=>$error.' '.json_encode($data)], function($message) diff --git a/app/views/splash.blade.php b/app/views/splash.blade.php index 9c292243db..835668e25e 100755 --- a/app/views/splash.blade.php +++ b/app/views/splash.blade.php @@ -124,7 +124,7 @@
PayPal? Authorize.Net? Stripe? We support many payment technologies and if you need help or advise we’ll lend a hand (we’re pretty friendly).
+PayPal? Authorize.Net? Stripe? We support many payment technologies and if you need help or advice we’ll lend a hand (we’re pretty friendly).
diff --git a/public/favicon.gif b/public/favicon.gif new file mode 100644 index 0000000000..a418893804 Binary files /dev/null and b/public/favicon.gif differ