Sfoglia il codice sorgente

upd test

station_14109
altob.rd 8 anni fa
parent
commit
7f340e0650
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      controllers/Carpark.php

+ 1
- 1
controllers/Carpark.php Vedi File

@@ -1022,7 +1022,7 @@ class Carpark extends CI_Controller
$error_str = '';
$service_port = 8068;
$address = "192.168.10.201";
$address = empty($this->uri->segment(4)) ? "192.168.10.201" : "192.168.10." . $this->uri->segment(4);
/* Create a TCP/IP socket. */
$socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);


Loading…
Annulla
Salva