Changeset 9 for trunk/cleanup.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/cleanup.php

    r6 r9  
    77 */
    88
    9 include_once "/export/home/us3/bin/listen-config.php";
     9$us3bin = exec( "ls -d ~us3/bin" );
     10include_once "$us3bin/listen-config.php";
    1011$me              = 'cleanup.php';
    1112$email_address   = '';
Note: See TracChangeset for help on using the changeset viewer.