Changeset 6834

Show
Ignore:
Timestamp:
09/22/08 19:16:16 (3 years ago)
Author:
p_lindheimer
Message:

fixes #3225 typo in rex var

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.5/amp_conf/bin/archive_recordings

    r5347 r6834  
    424424$astman = new AGI_AsteriskManager(); 
    425425$res = $astman->connect("127.0.0.1", $amp_conf["AMPMGRUSER"] , $amp_conf["AMPMGRPASS"] ); 
    426 if (!res) { 
     426if (!$res) { 
    427427  fatal("Cannot connect to Asterisk Manager with ".$amp_conf["AMPMGRUSER"]."/".$amp_conf["AMPMGRPASS"]); 
    428428}