This commit is contained in:
Mathías 2026-03-13 09:21:37 +00:00 committed by GitHub
commit 4ecd1e2d62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@
* Custom 'data' folder path
*/
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 {
exit('Not in cPanel');
}