mirror of
https://github.com/php/web-gtk.git
synced 2026-03-24 07:12:19 +01:00
17 lines
252 B
PHP
17 lines
252 B
PHP
<?php
|
|
|
|
// require_once('cvs-auth.inc');
|
|
|
|
// if (!get_user()) {
|
|
// $referrer = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '/';
|
|
|
|
// header("Location: $referrer");
|
|
// exit;
|
|
// }
|
|
|
|
phpinfo();
|
|
|
|
// echo "test protection info.php by ip";
|
|
|
|
?>
|