mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-21 07:46:27 +00:00
Convert callsign to uppercase
This commit is contained in:
parent
6ab41895ef
commit
809b2ded83
@ -7,6 +7,8 @@ class MembershipList {
|
||||
*/
|
||||
|
||||
function searchFilesForCallsign($callsign) {
|
||||
|
||||
$callsign = strtoupper($callsign);
|
||||
$dir = 'assets/membership_lists/';
|
||||
if (!is_dir($dir)) {
|
||||
return "Directory does not exist";
|
||||
|
Loading…
Reference in New Issue
Block a user