jpattWPC
7937f72ed3
Add support for PostgreSQL TLS ( #4262 )
...
This commit adds support for PostgreSQL TLS communication. This requires /etc/fusionpbx/config.php to have two parameters added:
$db_secure = true;
$db_cert_authority = "/path/to/ca.crt";
2019-06-05 21:10:58 -06:00
FusionPBX
7398ac2578
Update pdo.php
2018-10-24 10:47:10 -06:00
FusionPBX
7fdb8e1523
Update pdo.php
2018-10-23 22:38:35 -06:00
FusionPBX
2881d769ac
Update pdo.php
2018-08-19 14:12:56 -06:00
FusionPBX
64eab97d0d
Update pdo.php
2018-04-21 09:31:02 -06:00
FusionPBX
7850f96a18
Update pdo.php
2017-01-09 17:55:40 -07:00
FusionPBX
de5c336983
Update pdo.php
...
Prevent php warnings.
2017-01-04 20:40:36 -07:00
markjcrane
eec04d521d
Add the missing function to pdo.php.
2016-04-29 11:21:26 -06:00
markjcrane
d43a8f20a5
Change phpsqlitedatatype to php_sqlite_data_type.
2016-04-29 11:15:02 -06:00
Harry G. Coin
09e6d2e3d7
last fixes needed to support mariadb 10.1
2016-04-25 22:20:31 -05:00
mafoo
2b39287bdc
WhitespaceClean-resources/others
...
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 13:57:01 +00:00
markjcrane
82a61ed614
Simplify adding items to the domains array.
2015-07-25 17:44:56 -06:00
markjcrane
09886a63a7
Remove one trip to the database.
2015-07-23 14:03:24 -06:00
Mark Crane
f6f4a596ea
Prevent mysql_connect error message
2014-08-24 09:46:32 +00:00
Mark Crane
4caca92df9
Fix pdo.php isset
2014-08-17 07:29:27 +00:00
Nate Jones
fbb1b5a04b
Clean up pdo.php.
2014-08-17 07:13:39 +00:00
Nate Jones
48d7a56e4a
Enhanced Theme: Natural sort the domains in the Domain Selector.
2014-08-17 07:09:57 +00:00
Mark Crane
a34188276e
Add a check for domain and api cidr
2014-07-29 04:26:32 +00:00
Mark Crane
83296c81bf
Fix the if statement
2014-07-27 03:38:09 +00:00
Mark Crane
14db33a351
Set the title
2014-07-27 03:34:36 +00:00
Mark Crane
4bc72943b8
Set MySQL Attribute for UTF8
2014-04-26 18:53:58 +00:00
Mark Crane
708dea41d5
Add domain_description to the same domains array.
2014-02-25 06:00:40 +00:00
Mark Crane
f6e3222873
Get rid of the trailing spaces.
2013-09-27 03:34:23 +00:00
Mark Crane
13dabc3d3b
Move references to php classes in includes/classes to resource/classes.
2013-07-06 07:13:36 +00:00
Mark Crane
403cea91eb
Move pdo.php to the resources directory.
2013-07-06 06:49:36 +00:00