From 6f55afaa2ace56b8ae4b95558fea7f2315999aa8 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 20 Sep 2016 03:32:14 +0000 Subject: [PATCH] add server/staging/2017/php-test.php --- server/staging/2017/php-test.php | 52 ++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 server/staging/2017/php-test.php diff --git a/server/staging/2017/php-test.php b/server/staging/2017/php-test.php new file mode 100644 index 00000000..8cec7379 --- /dev/null +++ b/server/staging/2017/php-test.php @@ -0,0 +1,52 @@ +' ; +foreach ($indicesServer as $arg) { + if (isset($_SERVER[$arg])) { + echo ''.$arg.'' . $_SERVER[$arg] . '' ; + } + else { + echo ''.$arg.'-' ; + } +} +echo '' ; -- 2.25.1