mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Added command and reset/off rights to mobile web page.
This commit is contained in:
@@ -2486,6 +2486,7 @@ function createMeshCore(agent) {
|
||||
|
||||
// Open a web browser to a specified URL on current user's desktop
|
||||
function openUserDesktopUrl(url) {
|
||||
if ((url.toLowerCase().startsWith('http://') == false) || (url.toLowerCase().startsWith('https://') == false)) { return null; }
|
||||
var child = null;
|
||||
try {
|
||||
switch (process.platform) {
|
||||
|
||||
Reference in New Issue
Block a user