From aac7f7ed1b061971ee0f4320e66e6889fc8ae39e Mon Sep 17 00:00:00 2001 From: RameshT Date: Fri, 9 Aug 2024 14:15:48 +0530 Subject: [PATCH] Your commit message --- application/controllers/Form.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/controllers/Form.php b/application/controllers/Form.php index b2eaef8..cf8c54f 100644 --- a/application/controllers/Form.php +++ b/application/controllers/Form.php @@ -2,9 +2,9 @@ namespace application\controllers; -// defined('BASEPATH') or exit('No direct script access allowed'); +defined('BASEPATH') or exit('No direct script access allowed'); -use application\models\Form_model; +// use application\models\Form_model; class Form extends CI_Controller {