Show
Ignore:
Timestamp:
06/30/07 15:26:00 (6 years ago)
Author:
p_lindheimer
Message:

#2020 added warning that these will get overwritten

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3/core/agi-bin/dialparties.agi

    r4169 r4275  
    2020// This script has been ported to PHP by  
    2121// Diego Iastrubni <diego.iastrubni@xorcom.com> and the FreePBX community 
     22 
     23/* --------WARNING--------- 
     24 *  
     25 * This script is auto-copied from an included module and will get overwritten. 
     26 * If you modify it, you must change it to write only, in the agi-bin directory, 
     27 * to keep it from getting changed. 
     28 */ 
    2229 
    2330$config = parse_amportal_conf( "/etc/amportal.conf" ); 
  • modules/branches/2.3/core/agi-bin/directory

    r4110 r4275  
    1717 
    1818*/ 
     19 
     20/* --------WARNING--------- 
     21 *  
     22 * This script is auto-copied from an included module and will get overwritten. 
     23 * If you modify it, you must change it to write only, in the agi-bin directory, 
     24 * to keep it from getting changed. 
     25 */ 
    1926 
    2027define("AGIBIN_DIR", dirname(__FILE__)); 
  • modules/branches/2.3/core/agi-bin/enumlookup.agi

    r4169 r4275  
    88 
    99// Based on e164.org's enum.php script, available on http://www.e164.org/enum.phps 
     10 
     11/* --------WARNING--------- 
     12 *  
     13 * This script is auto-copied from an included module and will get overwritten. 
     14 * If you modify it, you must change it to write only, in the agi-bin directory, 
     15 * to keep it from getting changed. 
     16 */ 
    1017 
    1118require_once "phpagi.php"; 
  • modules/branches/2.3/core/agi-bin/fixlocalprefix

    r4110 r4275  
    1414//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1515//GNU General Public License for more details. 
     16 
     17/* --------WARNING--------- 
     18 *  
     19 * This script is auto-copied from an included module and will get overwritten. 
     20 * If you modify it, you must change it to write only, in the agi-bin directory, 
     21 * to keep it from getting changed. 
     22 */ 
    1623 
    1724 
  • modules/branches/2.3/core/agi-bin/list-item-remove.php

    r4110 r4275  
    1212listseparator: The separator.  This defaults to "&" if it is not specified. 
    1313*/ 
     14 
     15/* --------WARNING--------- 
     16 *  
     17 * This script is auto-copied from an included module and will get overwritten. 
     18 * If you modify it, you must change it to write only, in the agi-bin directory, 
     19 * to keep it from getting changed. 
     20 */ 
    1421 
    1522define("AGIBIN_DIR", dirname(__FILE__)); 
  • modules/branches/2.3/core/agi-bin/recordingcheck

    r4110 r4275  
    1717The program checks determines if Asterisk should record a call 
    1818*/ 
     19 
     20/* --------WARNING--------- 
     21 *  
     22 * This script is auto-copied from an included module and will get overwritten. 
     23 * If you modify it, you must change it to write only, in the agi-bin directory, 
     24 * to keep it from getting changed. 
     25 */ 
    1926 
    2027define("AGIBIN_DIR", "/var/lib/asterisk/agi-bin"); 
  • modules/branches/2.3/pbdirectory/agi-bin/pbdirectory

    r3171 r4275  
    1717 
    1818*/ 
     19 
     20/* --------WARNING--------- 
     21 *  
     22 * This script is auto-copied from an included module and will get overwritten. 
     23 * If you modify it, you must change it to write only, in the agi-bin directory, 
     24 * to keep it from getting changed. 
     25 */ 
    1926 
    2027//define("AGIBIN_DIR", dirname(__FILE__));