Initial commit for radiantprestation project
This commit is contained in:
13
flexcode/getac.php
Normal file
13
flexcode/getac.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
if (isset($_GET['vc']) && !empty($_GET['vc'])) {
|
||||
|
||||
include 'include/global.php';
|
||||
include 'include/function.php';
|
||||
|
||||
$data = getDeviceAcSn($_GET['vc']);
|
||||
|
||||
echo $data[0]['ac'].$data[0]['sn'];
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user