This commit is contained in:
dev-chiefworks
2022-01-20 18:03:47 -05:00
parent b37e5f26db
commit 54d66ecdce
+5
View File
@@ -4,6 +4,11 @@ RewriteEngine On
#RewriteBase /wrenchboard/
RewriteBase /
SetEnv CI_ENV development
#SetEnv CI_ENV production
SetEnv CI_CONFIG test_config
#SetEnv CI_CONFIG live_config
#Removes access to the system folder by users.
#Additionally this will allow you to create a System.php controller,
#previously this would not have been possible.