Changeset 12651
- Timestamp:
- 09/22/11 14:28:20 (2 years ago)
- Files:
-
- freepbx/branches/2.10/amp_conf/astetc/logger.conf (added)
- freepbx/branches/2.10/amp_conf/bin/retrieve_conf (modified) (1 diff)
- freepbx/branches/2.10/amp_conf/htdocs/admin/images/category1.png (deleted)
- freepbx/branches/2.10/amp_conf/htdocs/admin/images/freepbx_large.png (deleted)
- freepbx/branches/2.10/amp_conf/htdocs/admin/images/header-back.png (deleted)
- freepbx/branches/2.10/amp_conf/htdocs/admin/images/loading.gif (deleted)
- freepbx/branches/2.10/amp_conf/htdocs/admin/images/logo.png (deleted)
- freepbx/branches/2.10/amp_conf/htdocs/admin/images/modules1.png (deleted)
- freepbx/branches/2.10/amp_conf/htdocs/admin/images/shadow-side-background.png (deleted)
- freepbx/branches/2.10/amp_conf/htdocs/admin/images/tab-first-current.png (deleted)
- freepbx/branches/2.10/amp_conf/htdocs/admin/images/tab.png (deleted)
- freepbx/branches/2.10/amp_conf/htdocs/admin/images/watermark.png (deleted)
- freepbx/branches/2.10/amp_conf/htdocs/admin/reports.php (deleted)
- freepbx/branches/2.10/amp_conf/htdocs/admin/views/freepbx_admin.php (deleted)
- freepbx/branches/2.10/amp_conf/htdocs/admin/views/loggedout.php (deleted)
- freepbx/branches/2.10/amp_conf/htdocs/recordings/theme/logo.png (deleted)
- freepbx/branches/2.10/amp_conf/htdocs/recordings/theme/page.tpl.php (modified) (1 diff)
- freepbx/branches/2.10/amp_conf/sbin/fpbx (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.10/amp_conf/bin/retrieve_conf
r12549 r12651 206 206 set_error_handler("report_errors"); 207 207 //if were copying a directory, just mkdir the directory 208 if (!is_link($dest)) {208 if (!is_dir($dest) && !is_file($dest) && !is_link($dest)) { 209 209 if(is_dir($source)){ 210 210 $ret = mkdir($dest,0754); freepbx/branches/2.10/amp_conf/htdocs/recordings/theme/page.tpl.php
r10865 r12651 73 73 </div> 74 74 </div> 75 <!--begin footer-->76 <div id="ariFooter">77 <small>78 <?php print($ari_version) ?><br />79 <?php echo _("Original work based on ARI from Littlejohn Consulting") ?></a>80 </small>81 </div>82 <!-- end footer -->83 75 </div> 84 76 </div>
