Created
November 6, 2012 17:08
-
-
Save dkobia/4026069 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php defined('SYSPATH') or die('No direct script access.'); | |
/** | |
* CDN CONFIGURATION | |
*/ | |
/** | |
* Content Distribution Network (CDN) Configuration | |
* Use a content distribution network to serve up | |
* static CSS, JS, and IMG files | |
*/ | |
$config['cdn_css'] = "https://f835fdb927d04948f448-2865e19b50a98aeace933136d876dc56.ssl.cf2.rackcdn.com/"; | |
$config['cdn_js'] = "https://f835fdb927d04948f448-2865e19b50a98aeace933136d876dc56.ssl.cf2.rackcdn.com/"; | |
$config['cdn_img'] = "https://f835fdb927d04948f448-2865e19b50a98aeace933136d876dc56.ssl.cf2.rackcdn.com/"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment