Changeset 13082 for freepbx/branches
- Timestamp:
- 12/16/11 22:26:59 (1 year ago)
- Files:
-
- freepbx/branches/2.9 (modified) (2 props)
- freepbx/branches/2.9/amp_conf/bin/gen_amp_conf.php (modified) (1 diff)
- freepbx/branches/2.9/amp_conf/htdocs/recordings/includes/common.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.9
- Property svn:mergeinfo changed from /freepbx/branches/2.10:13075-13076 to /freepbx/branches/2.10:13073,13075-13076,13078-13081
- Property svnmerge-integrated changed from /freepbx/branches/2.8:1-11479,12035 /freepbx/branches/2.10:1-12618,12932,13075-13076 to /freepbx/branches/2.8:1-11479,12035 /freepbx/branches/2.10:1-12618,12932,13073-13081
freepbx/branches/2.9/amp_conf/bin/gen_amp_conf.php
r10865 r13082 1 1 #!/usr/bin/php -q 2 2 <?php 3 $current_user = posix_getpwuid(posix_geteuid()); 4 if ($current_user['uid'] !== 0) { 5 die('Forbidden - must be root'); 6 } 3 7 // Generate the a list of variables that can be sourced by 4 8 // a bash script freepbx/branches/2.9/amp_conf/htdocs/recordings/includes/common.php
r11671 r13082 453 453 include_once("./includes/ajax.php"); 454 454 include_once("./includes/callme.php"); 455 include_once("../admin/functions.inc.php");456 include_once("../admin/libraries/php-asmanager.php");457 455 458 456 ?>
