mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-05-25 23:59:15 +00:00
lic draft
This commit is contained in:
6
src/lic.rs
Normal file
6
src/lic.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
pub fn check_lic(email: &str) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
pub const EMAIL_ARG: &'static str =
|
||||
"-m, --email=[EMAIL] 'Sets your email address registered with RustDesk'";
|
||||
Reference in New Issue
Block a user