Skip to content

Commit 81859f2

Browse files
committed
docs: change from important to warning
It is security thing.
1 parent ec23934 commit 81859f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/general/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ overwritten. The loaded Environment variables are accessed using any of the foll
115115
$s3_bucket = $_ENV['S3_BUCKET'];
116116
$s3_bucket = $_SERVER['S3_BUCKET'];
117117

118-
.. important:: Note that your settings from the **.env** file are added to Environment Variables. As a side effect, this means that if your CodeIgniter application is (for example) generating a ``var_dump($_ENV)`` or ``phpinfo()`` (for debugging or other valid reasons) **your secure credentials are publicly exposed**.
118+
.. warning:: Note that your settings from the **.env** file are added to Environment Variables. As a side effect, this means that if your CodeIgniter application is (for example) generating a ``var_dump($_ENV)`` or ``phpinfo()`` (for debugging or other valid reasons) **your secure credentials are publicly exposed**.
119119

120120
Nesting Variables
121121
=================

0 commit comments

Comments
 (0)