mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Convert callsign to uppercase
This commit is contained in:
parent
6ab41895ef
commit
809b2ded83
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue