1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

Implement country code select, need server side handling

This commit is contained in:
Loic Blot
2015-01-05 19:03:14 +00:00
parent 08dd99713e
commit 925215e27c
2 changed files with 7 additions and 1 deletions
-1
View File
@@ -36,6 +36,5 @@ class CountryCodes {
"Sweden" => "+46",
"Tunisia" => "+216",
"USA" => "+1",
);
};