diff options
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -191,6 +191,10 @@ if (false && defined('ENVIRONMENT')) define('APPPATH', BASEPATH.$application_folder.'/'); } + if (getenv("HOME") == "") { + putenv('HOME='.FCPATH); + } + /* * -------------------------------------------------------------------- * LOAD THE BOOTSTRAP FILE |