- $rOutputFile = fopen(CONST_InstallPath.'/settings/settings-frontend.php', 'w');
-
- // Currently using CONST_BasePath and CONST_InstallPath.
- // Once dotenv is setup, getenv() can be used, or another
- // alternate option is to build settings_test.php using cmake.