Harry G. Coin
91a92d8e5e
\r\n --> \n
...
Cause all the .php files containing lines ending with \r\n to instead end with \n.
DYI with:
find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
2016-04-25 20:30:23 -05:00
markjcrane
23b4b7c9bf
Change $_SERVER['DOCUMENT_ROOT'].PROJECT_PATH to $_SERVER["PROJECT_ROOT"].
2016-01-17 00:01:13 -07:00
markjcrane
96273e0bc3
Use the new config class in the domains and schema classes.
2015-11-27 19:59:50 -07:00
markjcrane
e1214116f4
Missed a set of round brackets on this->exists.
2015-11-27 19:53:30 -07:00
markjcrane
a344a97dd4
Correct the variable name and add the additional code examples.
2015-11-27 19:48:22 -07:00
markjcrane
2b50364847
Remove some of the comments and an extra curly bracket.
2015-11-27 19:29:56 -07:00
markjcrane
02f0356fc3
Update the config php class.
2015-11-27 19:25:16 -07:00
markjcrane
e0ff445922
Rename the config.php file and a few minor adjustments to install_fusionpbx.
2015-11-27 19:03:25 -07:00