Changeset 7318
- Timestamp:
- 12/17/08 03:42:04 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/header.php
r6539 r7318 51 51 $currentFile = $_SERVER["PHP_SELF"]; 52 52 $parts = explode('/', $currentFile); 53 //header('Content-type: text/html; charset=utf-8');53 header('Content-type: text/html; charset=utf-8'); 54 54 $currentFile = $parts[count($parts) - 1]; 55 55 //todo: can this be removed? what is it used for? freepbx/trunk/amp_conf/htdocs/recordings/includes/bootstrap.php
r6539 r7318 283 283 */ 284 284 function ariPageHeader() { 285 285 header('Content-type: text/html; charset=utf-8'); 286 286 bootstrap(); 287 287 }
