Changeset 10546

Show
Ignore:
Timestamp:
11/11/10 00:56:24 (3 years ago)
Author:
mbrevda
Message:

re #4566 - fix defualt bootstrap path

Files:

Legend:

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

    r10532 r10546  
    11#!/usr/bin/php -q 
    22<?php 
    3 //require_once(getenv('FREEPBX_BOOTSTRAP') ? getenv('FREEPBX_BOOTSTRAP') : '/var/www/http/admin/bootstrap.php'); 
     3require_once(getenv('FREEPBX_BOOTSTRAP') ? getenv('FREEPBX_BOOTSTRAP') : '/var/www/html/admin/bootstrap.php'); 
    44 
    55define("MONITOR_DIR", "/var/spool/asterisk/monitor"); 
  • freepbx/branches/bootstrap/amp_conf/bin/freepbx-cron-scheduler.php

    r10532 r10546  
    11#!/usr/bin/php -q 
    22<?php 
    3 require_once(getenv('FREEPBX_BOOTSTRAP') ? getenv('FREEPBX_BOOTSTRAP') : '/var/www/http/admin/bootstrap.php'); 
     3require_once(getenv('FREEPBX_BOOTSTRAP') ? getenv('FREEPBX_BOOTSTRAP') : '/var/www/html/admin/bootstrap.php'); 
    44 
    55// Define the notification class for logging to the dashboard 
  • freepbx/branches/bootstrap/amp_conf/bin/generate_hints.php

    r10532 r10546  
    11#!/usr/bin/php -q 
    22<?php 
    3 require_once(getenv('FREEPBX_BOOTSTRAP') ? getenv('FREEPBX_BOOTSTRAP') : '/var/www/http/admin/bootstrap.php'); 
     3require_once(getenv('FREEPBX_BOOTSTRAP') ? getenv('FREEPBX_BOOTSTRAP') : '/var/www/html/admin/bootstrap.php'); 
    44 
    55$debug = -1; 
  • freepbx/branches/bootstrap/amp_conf/bin/module_admin

    r10543 r10546  
    1616 */ 
    1717 
    18 require_once(getenv('FREEPBX_BOOTSTRAP') ? getenv('FREEPBX_BOOTSTRAP') : '/var/www/http/admin/bootstrap.php'); 
     18require_once(getenv('FREEPBX_BOOTSTRAP') ? getenv('FREEPBX_BOOTSTRAP') : '/var/www/html/admin/bootstrap.php'); 
    1919 
    2020function out($text) { 
  • freepbx/branches/bootstrap/amp_conf/bin/retrieve_conf

    r10543 r10546  
    22<?php 
    33 
    4 require_once(getenv('FREEPBX_BOOTSTRAP') ? getenv('FREEPBX_BOOTSTRAP') : '/var/www/html/admin/bootstrap.php'); 
     4require_once(getenv('FREEPBX_BOOTSTRAP') ? getenv('FREEPBX_BOOTSTRAP') : '/var/www/http/admin/bootstrap.php'); 
    55 
    66class connectdirs {