forked from halo-battle/game
Version 1.12
This commit is contained in:
parent
2a066a7498
commit
de31cd3e9a
1373 changed files with 156282 additions and 45238 deletions
10
onyx2/include/jpgraph/Examples/show-image.php
Normal file
10
onyx2/include/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