source: trunk/services/phpinfo.php @ 1

Last change on this file since 1 was 1, checked in by scdev, 19 years ago

Initial import.

File size: 283 bytes
Line 
1<?php
2// require_once dirname(__FILE__) . '/_config.inc.php';
3$auth->requireLogin();
4phpinfo();
5?><h1>$_SESSION dump</h1><?php
6dump($_SESSION,1);
7?><h1>$_GET dump</h1><?php
8dump($_GET,1);
9?><h1>$_POST dump</h1><?php
10dump($_POST,1);
11?><h1>$_SERVER dump</h1><?php
12dump($_SERVER,1);
13?>
Note: See TracBrowser for help on using the repository browser.