From 14c684a8669e20d67b3a0885dcd567e83c6c9910 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Thu, 27 Oct 2022 12:37:03 +0200 Subject: [PATCH] Better error message for #586 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index bce64d161..6588bda29 100644 --- a/index.php +++ b/index.php @@ -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); }