Advertisement
Guest User

Untitled

a guest
Jul 17th, 2013
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
  2.  
  3. /*
  4. |--------------------------------------------------------------------------
  5. | ExpressionEngine Config Items
  6. |--------------------------------------------------------------------------
  7. |
  8. | The following items are for use with ExpressionEngine. The rest of
  9. | the config items are for use with CodeIgniter, some of which are not
  10. | observed by ExpressionEngine, e.g. 'permitted_uri_chars'
  11. |
  12. */
  13.  
  14. $config['app_version'] = '261';
  15. $config['install_lock'] = '';
  16. $config['license_number'] = 'xxx-xxx-xxxx-xxxx';
  17. $config['doc_url'] = 'http://expressionengine.com/user_guide/';
  18. $config['site_label'] = 'Pixels + Code';
  19. // END EE config items
  20.  
  21.  
  22.  
  23. // ---------------------------------------------------------------
  24. // Numerous CodeIgniter config settings go here. We've removed
  25. // them for breviety in our repository code example
  26. //
  27. // DO NOT DELETE THE CONFIG SETTINGS THAT WOULD TYPICALLY APPEAR
  28. // HERE. THEY ARE CodeIgniter SETTINGS REQUIRED TO RUN EE PROPERLY
  29. //
  30. // The config values start with "base_url" and go to "proxy_ips"
  31. // ---------------------------------------------------------------
  32.  
  33.  
  34.  
  35. /**
  36. * Require the Focus Lab, LLC Master Config file
  37. */
  38. require $_SERVER['DOCUMENT_ROOT'] . '/../config/config.master.php';
  39.  
  40. /* End of file config.php */
  41. /* Location: ./pixels/expressionengine/config/config.php */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement