Added the all important Bob

Paul Wagener 11 years ago
parent 880bd238d6
commit 1451dc57b9
  1. BIN
      image/bobross.jpg
  2. 2
      image/index.php

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 KiB

@ -25,7 +25,7 @@ if($_FILES) {
<div class="header">The <em>meest recente</em> plaatjes van vandaag:</div>
<?php
foreach ( glob('uploads/*') as $image ) {
echo '<a href="image.php?file='.$image.'"><img src="'.$image.'"></a>';
echo '<a href="'.$image.'"><img src="'.$image.'"></a>';
}
?>
</div>

Loading…
Cancel
Save