Changeset 921:a95d9e79ab6f for inc
- Timestamp:
- 10/27/12 15:04:35 (13 years ago)
- Branch:
- default
- Location:
- inc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core_error.php
r270 r921 12 12 13 13 header('Content-Type: text/html; charset=utf-8'); 14 header("HTTP/1.0 ".$code." ".$summary); 14 15 ?> 15 16 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -
inc/public/prepend.php
r420 r921 33 33 __('The following error was encountered while trying to read the database:').'</p><ul><li>'.$e->getMessage().'</li></ul>' : 34 34 __('Something went wrong while trying to read the database.') 35 , 20);35 ,620); 36 36 } 37 37 } … … 40 40 __error(__('Blog is not defined.') 41 41 ,__('Did you change your Blog ID?') 42 , 30);42 ,630); 43 43 } 44 44 … … 47 47 __error(__('Blog is offline.') 48 48 ,__('This blog is offline. Please try again later.') 49 , 70);49 ,670); 50 50 } 51 51 … … 62 62 __error(__('Can\'t create template files.') 63 63 ,$e->getMessage() 64 , 40);64 ,640); 65 65 } 66 66 … … 107 107 'path in your blog configuration. Please check theme_path value in '. 108 108 'about:config module or reinstall default theme. ('.$__theme.')') 109 , 50);109 ,650); 110 110 } 111 111 … … 152 152 __error($e->getMessage() 153 153 ,__('Something went wrong while loading template file for your blog.') 154 ,6 0);154 ,660); 155 155 } 156 156 ?>
Note: See TracChangeset
for help on using the changeset viewer.