The attached code corrects an incorrect require() call in admin_findpicture.php, that resulted in call to an undefined function or redeclaration of an existing function. Furthermore, the access guard in that file is removed, because this would prevent authorized users from accessing the file, too.
It also removes the cause of a notice about undefined index/var in admin_randompic_time_add.php.
The attached code corrects an incorrect require() call in admin_findpicture.php, that resulted in call to an undefined function or redeclaration of an existing function. Furthermore, the access guard in that file is removed, because this would prevent authorized users from accessing the file, too.
It also removes the cause of a notice about undefined index/var in admin_randompic_time_add.php.