Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2013
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol.
  2.  
  3. $autoload['packages'] = array();
  4. $autoload['libraries'] = array('session', 'database', 'firephp', 'auth');
  5. $autoload['helper'] = array('url', 'log_helper', 'api_helper', 'string_helper');
  6. $autoload['config'] = array('ci_opauth', 'rest', 'ci_auth');
  7. $autoload['language'] = array();
  8. $autoload['model'] = array();
  9.  
  10. <!DOCTYPE html>
  11. <head>
  12. <title>guimbu</title>
  13. <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
  14. <meta content="utf-8" http-equiv="encoding">
  15. </head>
  16. <body>
  17. guimbu =)
  18. </body>
  19. </html>
  20.  
  21. <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
  22. <meta content="utf-8" http-equiv="encoding">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement