mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Better error message for #586
This commit is contained in:
parent
ba4b8f84cc
commit
14c684a866
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue