Changeset 9
- Timestamp:
- May 5, 2015, 7:59:58 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cleanup.php
r6 r9 7 7 */ 8 8 9 include_once "/export/home/us3/bin/listen-config.php"; 9 $us3bin = exec( "ls -d ~us3/bin" ); 10 include_once "$us3bin/listen-config.php"; 10 11 $me = 'cleanup.php'; 11 12 $email_address = ''; -
trunk/listen.php
r6 r9 1 1 <?php 2 2 3 include "/export/home/us3/bin/listen-config.php"; 3 $us3bin = exec( "ls -d ~us3/bin" ); 4 include "$us3bin/listen-config.php"; 4 5 5 6 $socket = socket_create( AF_INET, SOCK_DGRAM, SOL_UDP );
Note:
See TracChangeset
for help on using the changeset viewer.