diff --git a/index.php b/index.php index 874a8770f791244823c2ab950703f3075bb4d0e9..1674d1d93d5d11e0dc7d7b61807e543e5911464f 100644 --- a/index.php +++ b/index.php @@ -8,6 +8,11 @@ * All Rights Reserved. ************************************************************************************/ +if (!file_exists("vendor/autoload.php")) { + echo "Please install composer dependencies."; + exit; +} + //Overrides GetRelatedList : used to get related query //TODO : Eliminate below hacking solution include_once 'config.php';