mirror of
https://github.com/optim-enterprises-bv/control-pane.git
synced 2025-11-01 10:27:55 +00:00
test
This commit is contained in:
@@ -12,7 +12,7 @@ function runVNC($jname)
|
||||
$pass='cbsd';
|
||||
if($res!==false) $pass=$res['vnc_password'];
|
||||
|
||||
CBSD::run("vm_vncwss jname=%s permit=%s", $_SERVER['REMOTE_ADDR']);
|
||||
CBSD::run("vm_vncwss jname=%s permit=%s", array($_SERVER['REMOTE_ADDR']));
|
||||
|
||||
if(isset($_SERVER['SERVER_NAME']) && !empty(trim($_SERVER['SERVER_NAME']))){
|
||||
$nodeip=$_SERVER['SERVER_NAME'];
|
||||
|
||||
Reference in New Issue
Block a user