mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-27 09:36:09 +08: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
|
||||
{
|
||||
echo '[105] Missing version directory';
|
||||
echo '[105] Missing snappymail/v/'.APP_VERSION.'/include.php';
|
||||
exit(105);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue