zoneminder/web/api/app/Config
ralimi ecb7df0e8b Support SSL for mysql connections (#1965)
* Fix install location for config files when building to alternate directory.

With the previous code, we ended up with a directory structure like the following:

$ find /etc/zm/conf.d/
/etc/zm/conf.d/
/etc/zm/conf.d/01-system-paths.conf
/etc/zm/conf.d/conf.d
/etc/zm/conf.d/conf.d/README
/etc/zm/conf.d/conf.d/02-multiserver.conf

* Omitted README file that should have appeared in /etc/zm/conf.d

* Fix location for configs when building to alternate directory.

* Fix works, but this should go on a branch instead.

* Fix works, but this should go on a branch instead.

* Fix location for configs when building to alternate directory.

With the previous code, we ended up with a directory structure like the following:

$ find /etc/zm/conf.d/
/etc/zm/conf.d/
/etc/zm/conf.d/01-system-paths.conf
/etc/zm/conf.d/conf.d
/etc/zm/conf.d/conf.d/README
/etc/zm/conf.d/conf.d/02-multiserver.conf

* Remove double quotes. This is a list of paths.

* Allow SSL database connection to be secured with SSL.

* Fix incorrect variable name

* Fix PHP syntax errors

* SSL connection parameters must also be passed in API.

* Revert fixes to build files; they should not be in this branch.
2017-08-14 10:30:42 -04:00
..
Schema Moved the api to underneath the web directory 2014-04-29 20:41:04 +00:00
acl.ini.php Moved the api to underneath the web directory 2014-04-29 20:41:04 +00:00
acl.php Moved the api to underneath the web directory 2014-04-29 20:41:04 +00:00
bootstrap.php.in Merge pull request #1950 from connortechnology/fix_api_logs 2017-07-14 13:19:12 -05:00
core.php.default change cache engine from File -> Apc 2017-04-14 14:31:42 -05:00
database.php.default Support SSL for mysql connections (#1965) 2017-08-14 10:30:42 -04:00
email.php.default Moved the api to underneath the web directory 2014-04-29 20:41:04 +00:00
routes.php Merged Angular UI branch API to master 2015-06-11 02:58:58 +00:00