mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Merge d866e2db1e into c154d23cfe
This commit is contained in:
commit
4ecd1e2d62
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
* Custom 'data' folder path
|
* Custom 'data' folder path
|
||||||
*/
|
*/
|
||||||
if (!empty($_ENV['CPANEL']) && isset($_ENV['HOME'])) {
|
if (!empty($_ENV['CPANEL']) && isset($_ENV['HOME'])) {
|
||||||
define('APP_DATA_FOLDER_PATH', $_ENV['HOME'] . '/var/snappymail/');
|
define('APP_DATA_FOLDER_PATH', $_ENV['HOME'] . '/.snappymail/');
|
||||||
} else {
|
} else {
|
||||||
exit('Not in cPanel');
|
exit('Not in cPanel');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue