aboutsummaryrefslogtreecommitdiffstats
path: root/sl
diff options
context:
space:
mode:
Diffstat (limited to 'sl')
-rw-r--r--sl/env_var.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/sl/env_var.php b/sl/env_var.php
index 1575a8887..12e7bf1da 100644
--- a/sl/env_var.php
+++ b/sl/env_var.php
@@ -6,6 +6,9 @@
</head>
<body>
<?php
+define('HLANG', true);
+require '../../langs.php';
+
echo '<br />My $_ENV APP_MODE is ' . $_ENV["APP_MODE"] . '!';
echo '<br />My $_SERVER APP_MODE is ' . $_SERVER["APP_MODE"] . '!';
?>