zoneminder/web/api/app
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
..
Config Support SSL for mysql connections (#1965) 2017-08-14 10:30:42 -04:00
Console remove unneeded, empty files 2016-12-26 09:49:14 -06:00
Controller Continue to support non-USE_DEEP_STORAGE option 2017-05-22 21:21:49 -04:00
Model remove unneeded, empty files 2016-12-26 09:49:14 -06:00
Plugin remove unneeded, empty files 2016-12-26 09:49:14 -06:00
View remove unneeded, empty files 2016-12-26 09:49:14 -06:00
vendor Merged Angular UI branch API to master 2015-06-11 02:58:58 +00:00
webroot remove unneeded, empty files 2016-12-26 09:49:14 -06:00
.htaccess Added API routing 2015-07-13 18:55:28 +00:00
index.php Moved the api to underneath the web directory 2014-04-29 20:41:04 +00:00