- Timestamp:
- 08/17/08 20:11:54 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/juruen/intrepid-alpha4/common/libebox/src/EBox/CGI/Base.pm
r11219 r11224 316 316 } 317 317 my $protocol; 318 if ($request-> ->subprocess_env('https')) {318 if ($request->subprocess_env('https')) { 319 319 $protocol = 'https'; 320 320 } else { … … 328 328 329 329 330 try { $url330 try { 331 331 settextdomain('ebox'); 332 332 $self->_print
