From 63169442257f2015044ed51bf31283e4793a6ff8 Mon Sep 17 00:00:00 2001 From: Muhammad Ridwan Na'im Date: Mon, 18 Oct 2021 11:33:17 +0700 Subject: [PATCH] Remove app version constant --- index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.php b/index.php index eb75e1c..7635b7e 100644 --- a/index.php +++ b/index.php @@ -53,8 +53,6 @@ * * NOTE: If you change these, also change the error_reporting() code below */ - define('SASUKE_VERSION', 'v3.0'); - // $_SERVER['CI_ENV'] = 'production'; define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');