Changeset 9 for trunk/listen.php


Ignore:
Timestamp:
May 5, 2015, 7:59:58 PM (9 years ago)
Author:
gegorbet
Message:

fix to handle ~us3/bin on different hosts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/listen.php

    r6 r9  
    11<?php
    22
    3 include "/export/home/us3/bin/listen-config.php";
     3$us3bin = exec( "ls -d ~us3/bin" );
     4include "$us3bin/listen-config.php";
    45
    56$socket = socket_create(  AF_INET,  SOCK_DGRAM,  SOL_UDP );
Note: See TracChangeset for help on using the changeset viewer.