Changeset 18 for trunk/update_notice.php


Ignore:
Timestamp:
Mar 21, 2016, 1:23:44 PM (8 years ago)
Author:
gegorbet
Message:

gridctl mods for Airavata 0.16 interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/update_notice.php

    r7 r18  
    11<?php
    22
    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" );
    55include_once "$us3bin/listen-config.php";
    66
     
    122122{
    123123   $key    = $type . $rev;
    124    $msgf   = $notices[ $key ][ 'msg'  ];
    125124
    126125   if ( in_array( $key, $keys ) )
    127126   {  // Entry is in both file and DB
     127      $msgf   = $notices[ $key ][ 'msg'  ];
    128128      $notices[ $key ][ 'id'   ] = $id;
    129129      $notices[ $key ][ 'type' ] = $type;
Note: See TracChangeset for help on using the changeset viewer.