From eb03e461c4815e3f0fed1bd6532af32e7850b635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20C=EF=BF=BDrrea?= Date: Sun, 30 Jun 2019 22:37:44 -0300 Subject: [PATCH] Update index.php --- bootstrap/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/index.php b/bootstrap/index.php index 8fe0806..e5527b3 100644 --- a/bootstrap/index.php +++ b/bootstrap/index.php @@ -3,7 +3,7 @@ /** * register constants */ -require_once __DIR__ . '/constants.php'; +require_once __DIR__ . '/constant.php'; /** * load useful functions