Changeset 7344

Show
Ignore:
Timestamp:
01/06/09 16:27:02 (3 years ago)
Author:
p_lindheimer
Message:

don't check on notifications if handler is set

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/header.php

    r7318 r7344  
    129129 
    130130// default password check 
    131 if (!$quietmode) { 
     131 
     132if (!$quietmode && !isset($_REQUEST['handler'])) { 
    132133  $nt = notifications::create($db); 
    133134  if ($amp_conf['AMPMGRPASS'] == $amp_conf_defaults['AMPMGRPASS'][1]) {