mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-12 05:13:10 +00:00
Fixing problems caused with conf.json
Adding to upcoming autofix feature
This commit is contained in:
parent
37e1db5b7b
commit
05533395eb
4 changed files with 66 additions and 39 deletions
|
@ -96,7 +96,9 @@
|
|||
}
|
||||
|
||||
// Random welcome message
|
||||
echo "<p>".$user_welcome[array_rand($user_welcome, 1)]."</p>";
|
||||
if (isset($user_welcome)) {
|
||||
echo "<p>".$user_welcome[array_rand($user_welcome, 1)]."</p>";
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue