Changeset 18 for trunk/update_notice.php
- Timestamp:
- Mar 21, 2016, 1:23:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/update_notice.php
r7 r18 1 1 <?php 2 2 3 $us3bin = exec( "ls -d ~us3/ bin" );4 $us3etc = exec( "ls -d ~us3/ etc" );3 $us3bin = exec( "ls -d ~us3/lims/bin" ); 4 $us3etc = exec( "ls -d ~us3/lims/etc" ); 5 5 include_once "$us3bin/listen-config.php"; 6 6 … … 122 122 { 123 123 $key = $type . $rev; 124 $msgf = $notices[ $key ][ 'msg' ];125 124 126 125 if ( in_array( $key, $keys ) ) 127 126 { // Entry is in both file and DB 127 $msgf = $notices[ $key ][ 'msg' ]; 128 128 $notices[ $key ][ 'id' ] = $id; 129 129 $notices[ $key ][ 'type' ] = $type;
Note:
See TracChangeset
for help on using the changeset viewer.