Changeset 10546
- Timestamp:
- 11/11/10 00:56:24 (3 years ago)
- Files:
-
- freepbx/branches/bootstrap/amp_conf/bin/archive_recordings (modified) (1 diff)
- freepbx/branches/bootstrap/amp_conf/bin/freepbx-cron-scheduler.php (modified) (1 diff)
- freepbx/branches/bootstrap/amp_conf/bin/generate_hints.php (modified) (1 diff)
- freepbx/branches/bootstrap/amp_conf/bin/module_admin (modified) (1 diff)
- freepbx/branches/bootstrap/amp_conf/bin/retrieve_conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/bootstrap/amp_conf/bin/archive_recordings
r10532 r10546 1 1 #!/usr/bin/php -q 2 2 <?php 3 //require_once(getenv('FREEPBX_BOOTSTRAP') ? getenv('FREEPBX_BOOTSTRAP') : '/var/www/http/admin/bootstrap.php');3 require_once(getenv('FREEPBX_BOOTSTRAP') ? getenv('FREEPBX_BOOTSTRAP') : '/var/www/html/admin/bootstrap.php'); 4 4 5 5 define("MONITOR_DIR", "/var/spool/asterisk/monitor"); freepbx/branches/bootstrap/amp_conf/bin/freepbx-cron-scheduler.php
r10532 r10546 1 1 #!/usr/bin/php -q 2 2 <?php 3 require_once(getenv('FREEPBX_BOOTSTRAP') ? getenv('FREEPBX_BOOTSTRAP') : '/var/www/ht tp/admin/bootstrap.php');3 require_once(getenv('FREEPBX_BOOTSTRAP') ? getenv('FREEPBX_BOOTSTRAP') : '/var/www/html/admin/bootstrap.php'); 4 4 5 5 // Define the notification class for logging to the dashboard freepbx/branches/bootstrap/amp_conf/bin/generate_hints.php
r10532 r10546 1 1 #!/usr/bin/php -q 2 2 <?php 3 require_once(getenv('FREEPBX_BOOTSTRAP') ? getenv('FREEPBX_BOOTSTRAP') : '/var/www/ht tp/admin/bootstrap.php');3 require_once(getenv('FREEPBX_BOOTSTRAP') ? getenv('FREEPBX_BOOTSTRAP') : '/var/www/html/admin/bootstrap.php'); 4 4 5 5 $debug = -1; freepbx/branches/bootstrap/amp_conf/bin/module_admin
r10543 r10546 16 16 */ 17 17 18 require_once(getenv('FREEPBX_BOOTSTRAP') ? getenv('FREEPBX_BOOTSTRAP') : '/var/www/ht tp/admin/bootstrap.php');18 require_once(getenv('FREEPBX_BOOTSTRAP') ? getenv('FREEPBX_BOOTSTRAP') : '/var/www/html/admin/bootstrap.php'); 19 19 20 20 function out($text) { freepbx/branches/bootstrap/amp_conf/bin/retrieve_conf
r10543 r10546 2 2 <?php 3 3 4 require_once(getenv('FREEPBX_BOOTSTRAP') ? getenv('FREEPBX_BOOTSTRAP') : '/var/www/ht ml/admin/bootstrap.php');4 require_once(getenv('FREEPBX_BOOTSTRAP') ? getenv('FREEPBX_BOOTSTRAP') : '/var/www/http/admin/bootstrap.php'); 5 5 6 6 class connectdirs {
