mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-25 19:16:15 +00:00
Automated loading of more logs
Fixed other random bugs
This commit is contained in:
parent
517d0b7071
commit
2d7d359cde
11 changed files with 151 additions and 95 deletions
|
@ -39,6 +39,11 @@ if (defined('ROOT') && $_SESSION['id'] == 1) {
|
|||
'link'=>'https://github.com/Fluffy-Bean/image-gallery',
|
||||
'fix'=>'manual'
|
||||
);
|
||||
} else {
|
||||
$results[] = array(
|
||||
'type'=>'success',
|
||||
'message'=>'You are running the latest version of the app v'.$app_repo['version']
|
||||
);
|
||||
}
|
||||
|
||||
if (PHP_VERSION_ID < 80000) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue