aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sl/env_var.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/sl/env_var.php b/sl/env_var.php
deleted file mode 100644
index cd54aa3cd..000000000
--- a/sl/env_var.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta charset="utf-8">
-<title>Test</title>
-</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"] . '!';
-?>
-</body>
-</html>