From f1e13c0127d9ba2d6da722672401b92dd37780bb Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Wed, 22 Aug 2018 15:01:20 +0300 Subject: [ci skip] Close #5513 --- application/config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application') diff --git a/application/config/database.php b/application/config/database.php index d22321e2a..0088ef140 100644 --- a/application/config/database.php +++ b/application/config/database.php @@ -49,7 +49,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); | 'ssl_ca' - Path to the certificate authority file | 'ssl_capath' - Path to a directory containing trusted CA certificates in PEM format | 'ssl_cipher' - List of *allowed* ciphers to be used for the encryption, separated by colons (':') -| 'ssl_verify' - TRUE/FALSE; Whether verify the server certificate or not ('mysqli' only) +| 'ssl_verify' - TRUE/FALSE; Whether verify the server certificate or not | | ['compress'] Whether or not to use client compression (MySQL only) | ['stricton'] TRUE/FALSE - forces 'Strict Mode' connections -- cgit v1.2.3-24-g4f1b From b182eb5eb23249ccaa90b2fd0cedf1c3c1ba791d Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Tue, 15 Jan 2019 12:58:18 +0200 Subject: Merge pull request #5676 from albertleao/albertleao-patch-1 Added mobile google bot to user agents --- application/config/user_agents.php | 1 + 1 file changed, 1 insertion(+) (limited to 'application') diff --git a/application/config/user_agents.php b/application/config/user_agents.php index b6c85631e..ad0b0fd20 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -110,6 +110,7 @@ $mobiles = array( // Phones and Manufacturers 'motorola' => 'Motorola', 'nokia' => 'Nokia', + 'nexus' => 'Nexus', 'palm' => 'Palm', 'iphone' => 'Apple iPhone', 'ipad' => 'iPad', -- cgit v1.2.3-24-g4f1b