Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php $target =  urldecode($HTTP_GET_VARS['target']); ?>
2
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
3
<html>
4
<head>
5
<title> Image <?php echo basename($target); ?></title>
6
</head>
7
<body>
8
<img src="<?php echo basename($target); ?>" border=0 alt="<?php echo basename($target); ?>" align="left">
9
</body>
10
</html>