示例#1
0
文件: put.php 项目: jiyokaa/rsprint
<?php

//for update IP to the DB
$name = $_GET["r"];
//$ip = $_GET["ip"];
require_once "class.php";
$testRoom = new roomControl();
$testRoom->updateIP($name, $_SERVER['REMOTE_ADDR']);
closeWindows();
//$testRoom->turnOffLink($name);