frogsystem / fs2core

This is the official repository for Frogsystem 2 development.
http://www.frogsystem.de
2 stars 3 forks source link

fix: correction of require() call + access restriction in admin_findpicture.php #71

Closed Thoronador closed 12 years ago

Thoronador commented 12 years ago

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.