mirror of
https://github.com/optim-enterprises-bv/control-pane.git
synced 2025-11-02 02:48:02 +00:00
test
This commit is contained in:
@@ -12,7 +12,7 @@ function runVNC($jname)
|
|||||||
$pass='cbsd';
|
$pass='cbsd';
|
||||||
if($res!==false) $pass=$res['vnc_password'];
|
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']))){
|
if(isset($_SERVER['SERVER_NAME']) && !empty(trim($_SERVER['SERVER_NAME']))){
|
||||||
$nodeip=$_SERVER['SERVER_NAME'];
|
$nodeip=$_SERVER['SERVER_NAME'];
|
||||||
|
|||||||
Reference in New Issue
Block a user