mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-11 21:03:11 +00:00
Moving to conf.json from manifest.json
This commit is contained in:
parent
3b24876900
commit
b3dbc2cb65
11 changed files with 113 additions and 119 deletions
|
@ -95,9 +95,8 @@
|
|||
echo "<h1>".$time_welc."!</h1>";
|
||||
}
|
||||
|
||||
// Random welcome message
|
||||
$welcome_message = $user_settings['welcome_msg'];
|
||||
echo "<p>".$welcome_message[array_rand($welcome_message, 1)]."</p>";
|
||||
// Random welcome message
|
||||
echo "<p>".$user_welcome[array_rand($user_welcome, 1)]."</p>";
|
||||
?>
|
||||
</div>
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue