Changeset 6588

Show
Ignore:
Timestamp:
09/07/08 01:12:43 (5 years ago)
Author:
p_lindheimer
Message:

FOPRUN is set in the default_amp_conf array no need to do isset()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.5/dashboard/page.index.php

    r6523 r6588  
    332332    $out .= draw_status_box(_("Op Panel"), "ok", _('FOP Operator Panel Server is running')); 
    333333  } else { 
    334     if (isset($amp_conf['FOPRUN']) && $amp_conf['FOPRUN']) { 
     334    if ($amp_conf['FOPRUN']) { 
    335335      // it should be running 
    336336      $out .= draw_status_box(_("Op Panel"), "warn", _('FOP Operator Panel Server is not running, you will not be able to use the operator panel, but the system will run fine without it.'));