Changeset 6588
- Timestamp:
- 09/06/08 22:12:43 (3 months ago)
- Files:
-
- modules/branches/2.5/dashboard/page.index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/dashboard/page.index.php
r6523 r6588 332 332 $out .= draw_status_box(_("Op Panel"), "ok", _('FOP Operator Panel Server is running')); 333 333 } else { 334 if ( isset($amp_conf['FOPRUN']) &&$amp_conf['FOPRUN']) {334 if ($amp_conf['FOPRUN']) { 335 335 // it should be running 336 336 $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.'));
