Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F401812
test.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Feb 20, 10:57 AM
Size
355 B
Mime Type
text/html
Expires
Sat, Feb 22, 10:57 AM (16 h, 14 m)
Engine
blob
Format
Raw Data
Handle
191796
Attached To
rDIAS DIAS
test.php
View Options
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<?php
print
'<pre>'
.
htmlspecialchars
(
print_r
(
get_defined_vars
(),
true
))
.
'</pre>'
;
print
'------------------------------------------------'
;
print
'<pre>'
.
htmlspecialchars
(
print_r
(
$_SERVER
,
true
))
.
'</pre>'
;
?>
</body>
</html>
Event Timeline
Log In to Comment