Changeset 2882
- Timestamp:
- 10/30/06 19:26:34 (7 years ago)
- Files:
-
- modules/branches/2.2/asterisk-cli/page.cli.php (modified) (1 diff)
- modules/branches/2.2/ivr/page.ivr.php (modified) (1 diff)
- modules/branches/2.2/javassh/page.javassh.php (modified) (1 diff)
- modules/branches/2.2/logfiles/page.logfiles.php (modified) (1 diff)
- modules/branches/2.2/recordings/page.recordings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/asterisk-cli/page.cli.php
r2767 r2882 77 77 ?> 78 78 79 </div>modules/branches/2.2/ivr/page.ivr.php
r2862 r2882 23 23 $nbroptions = isset($_REQUEST['nbroptions'])?$_REQUEST['nbroptions']:'3'; 24 24 25 echo "</div>\n";26 25 if (empty($dircontext)) 27 26 $dircontext = 'default'; modules/branches/2.2/javassh/page.javassh.php
r1810 r2882 28 28 </APPLET> 29 29 30 </div>31 modules/branches/2.2/logfiles/page.logfiles.php
r1778 r2882 14 14 ?> 15 15 16 </div>modules/branches/2.2/recordings/page.recordings.php
r2862 r2882 36 36 $fc_save = ($fc_save != '' ? $fc_save : _('** MISSING FEATURE CODE **')); 37 37 $fc_check = ($fc_check != '' ? $fc_check : _('** MISSING FEATURE CODE **')); 38 39 echo "</div>\n";40 38 41 39 switch ($action) {
