aboutsummaryrefslogtreecommitdiffstats
path: root/sl
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2013-06-07 20:16:49 +0000
committerFilip Komar <filip@mageia.org>2013-06-07 20:16:49 +0000
commit3ce4f9e3abd254c77760ea34d32ff9c4344498a3 (patch)
tree21b2ef02abe36d38f1ef163305a1ea1673090868 /sl
parent1b753cbce040259b69d7d5fdb812d35e5c00b453 (diff)
downloadwww-3ce4f9e3abd254c77760ea34d32ff9c4344498a3.tar
www-3ce4f9e3abd254c77760ea34d32ff9c4344498a3.tar.gz
www-3ce4f9e3abd254c77760ea34d32ff9c4344498a3.tar.bz2
www-3ce4f9e3abd254c77760ea34d32ff9c4344498a3.tar.xz
www-3ce4f9e3abd254c77760ea34d32ff9c4344498a3.zip
test #3 for full fix for bug 10276
Diffstat (limited to 'sl')
-rw-r--r--sl/env_var.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sl/env_var.php b/sl/env_var.php
index 12e7bf1da..cd54aa3cd 100644
--- a/sl/env_var.php
+++ b/sl/env_var.php
@@ -7,7 +7,7 @@
<body>
<?php
define('HLANG', true);
-require '../../langs.php';
+require '../langs.php';
echo '<br />My $_ENV APP_MODE is ' . $_ENV["APP_MODE"] . '!';
echo '<br />My $_SERVER APP_MODE is ' . $_SERVER["APP_MODE"] . '!';