From: rsiddharth Date: Sat, 17 Jan 2015 21:01:20 +0000 (-0500) Subject: new file: server/staging/lp15/php-test.php X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8877c80d25e45bc2cffff7ac7f51b7dc837102c2;p=libreplanet-static.git new file: server/staging/lp15/php-test.php --- diff --git a/server/staging/lp15/php-test.php b/server/staging/lp15/php-test.php new file mode 100644 index 00000000..8cec7379 --- /dev/null +++ b/server/staging/lp15/php-test.php @@ -0,0 +1,52 @@ +' ; +foreach ($indicesServer as $arg) { + if (isset($_SERVER[$arg])) { + echo ''.$arg.'' . $_SERVER[$arg] . '' ; + } + else { + echo ''.$arg.'-' ; + } +} +echo '' ;