mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-24 10:41:56 +01:00
12 lines
468 B
PHP
12 lines
468 B
PHP
|
<?php
|
||
|
/*************************************************************/
|
||
|
/** Modul: Global (M-133) **/
|
||
|
/** Filename: system_variable.php **/
|
||
|
/** Author: VOM **/
|
||
|
/** Version: 1.0 **/
|
||
|
/** **/
|
||
|
/*************************************************************/
|
||
|
|
||
|
print_r($_SERVER);
|
||
|
|
||
|
?>
|