forked from halo-battle/game
Version 1.9g
This commit is contained in:
parent
d028822d0b
commit
4c9814a99c
800 changed files with 237325 additions and 1949 deletions
10
jpgraph/Examples/show-image.php
Normal file
10
jpgraph/Examples/show-image.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php $target = urldecode($_GET['target']); ?>
|
||||
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title> Image <?php echo basename($target); ?></title>
|
||||
</head>
|
||||
<body>
|
||||
<img src="<?php echo basename($target); ?>" border=0 alt="<?php echo basename($target); ?>" align="left">
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue