Changeset 1119

Show
Ignore:
Timestamp:
03/13/06 03:36:48 (7 years ago)
Author:
diego_iastrubni
Message:

fixes:

secret is spelled with "t" and not "d".
the post reload config used to be surrounding with "", even tough that the official version of freepbx does not support this. removed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amportal.conf

    r1025 r1119  
    3939FOPWEBROOT=/var/www/html/panel 
    4040 
    41 # FOPPASSWORD: the secred code for performing transfers and hangups in the Flash Operator Panel 
     41# FOPPASSWORD: the secret code for performing transfers and hangups in the Flash Operator Panel 
    4242FOPPASSWORD=passw0rd 
    4343 
     
    7373# POST_RELOAD: automatically execute a script after applying changes in the AMP admin 
    7474# Set POST_RELOAD to the script you wish to execute after applying changes 
    75 # If POST_RELOAD_DEBUG="true", you will see the output of the script in the web page 
    76 # POST_RELOAD="" 
    77 # POST_RELOAD_DEBUG="false" 
     75# If POST_RELOAD_DEBUG=true, you will see the output of the script in the web page 
     76# POST_RELOAD= 
     77# POST_RELOAD_DEBUG=false 
    7878