mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-28 14:23:11 +00:00
nice
This commit is contained in:
parent
a131f82abf
commit
a400d70969
1 changed files with 5 additions and 1 deletions
|
@ -180,7 +180,11 @@
|
|||
}
|
||||
|
||||
// Image ID
|
||||
echo "<p>ID: ".$image['id']."</p>";
|
||||
if ($image['id'] == 69) {
|
||||
echo "<p>ID: ".$image['id']."... nice</p>";
|
||||
} else {
|
||||
echo "<p>ID: ".$image['id']."</p>";
|
||||
}
|
||||
|
||||
// Last time image was updated
|
||||
$update_time = new DateTime($image['upload']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue