From: rsiddharth Date: Tue, 20 Sep 2016 03:32:14 +0000 (+0000) Subject: add server/staging/2017/php-test.php X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6f55afaa2ace56b8ae4b95558fea7f2315999aa8;p=libreplanet-static.git add 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 '' ;