Better error message for #586

This commit is contained in:
the-djmaze 2022-10-27 12:37:03 +02:00
parent ba4b8f84cc
commit 14c684a866

View file

@ -12,6 +12,6 @@ if (file_exists(APP_INDEX_ROOT_PATH.'snappymail/v/'.APP_VERSION.'/include.php'))
} }
else else
{ {
echo '[105] Missing version directory'; echo '[105] Missing snappymail/v/'.APP_VERSION.'/include.php';
exit(105); exit(105);
} }