Changeset 3930 for freepbx/branches/quickform
- Timestamp:
- 04/18/07 17:23:01 (6 years ago)
- Files:
-
- freepbx/branches/quickform/amp_conf/htdocs/admin/config.php (modified) (1 diff)
- freepbx/branches/quickform/amp_conf/htdocs/admin/header.php (modified) (1 diff)
- freepbx/branches/quickform/amp_conf/htdocs/admin/modules/core/admin.ampusers.php (added)
- freepbx/branches/quickform/amp_conf/htdocs/admin/modules/core/admin.devices1.php (added)
- freepbx/branches/quickform/amp_conf/htdocs/admin/modules/core/admin.users.php (added)
- freepbx/branches/quickform/amp_conf/htdocs/admin/modules/core/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/quickform/amp_conf/htdocs/admin/config.php
r3825 r3930 126 126 127 127 // modules can use their own translation files 128 128 129 if (extension_loaded('gettext')) { 129 130 if(is_dir("./modules/{$modkey}/i18n")) { freepbx/branches/quickform/amp_conf/htdocs/admin/header.php
r3825 r3930 132 132 bind_textdomain_codeset('amp', 'utf8'); 133 133 textdomain('amp'); 134 } 134 } 135 135 136 136 // include base functions freepbx/branches/quickform/amp_conf/htdocs/admin/modules/core/functions.inc.php
r3824 r3930 126 126 if ($fc_zapbarge != '') { 127 127 $ext->addInclude('from-internal-additional', 'app-zapbarge'); // Add the include from from-internal 128 128 $ext->addComment('app-zapbarge', $fc_zapbarge, 'zapbarge stuff'); 129 129 $ext->add('app-zapbarge', $fc_zapbarge, '', new ext_macro('user-callerid')); 130 130 $ext->add('app-zapbarge', $fc_zapbarge, '', new ext_setvar('GROUP()','${CALLERID(number)}'));
