@@ -11,14 +11,14 @@ |
||
| 11 | 11 | |
| 12 | 12 | $config['gravatar_base_url'] = 'http://www.gravatar.com/'; |
| 13 | 13 | $config['gravatar_secure_base_url'] = 'https://secure.gravatar.com/'; |
| 14 | -$config['gravatar_image_extension'] = '.png'; // '', '.png' or '.jpg'. |
|
| 14 | +$config['gravatar_image_extension'] = '.png'; // '', '.png' or '.jpg'. |
|
| 15 | 15 | $config['gravatar_image_size'] = 44; |
| 16 | 16 | |
| 17 | 17 | $config['gravatar_default_image'] = 'identicon'; // '', '404', 'mm', 'identicon', 'monsterid', 'wavatar', 'retro', 'blank'. |
| 18 | 18 | //$config['gravatar_default_image'] = BASE_URL.'assets/img/lib/default-person.png'; // Another possible option: a custon image. |
| 19 | 19 | |
| 20 | 20 | $config['gravatar_force_default_image'] = false; |
| 21 | -$config['gravatar_rating'] = ''; // '', 'g' (default), 'pg', 'r', 'x'. |
|
| 21 | +$config['gravatar_rating'] = ''; // '', 'g' (default), 'pg', 'r', 'x'. |
|
| 22 | 22 | |
| 23 | 23 | // Useragent string for server-made requests. |
| 24 | 24 | // It is for not getting 403 forbidden response. |
@@ -131,7 +131,7 @@ |
||
| 131 | 131 | | Note: This will NOT disable or override the CodeIgniter-specific |
| 132 | 132 | | autoloading (application/config/autoload.php) |
| 133 | 133 | */ |
| 134 | -$config['composer_autoload'] = realpath(APPPATH . '../vendor/autoload.php'); |
|
| 134 | +$config['composer_autoload'] = realpath(APPPATH.'../vendor/autoload.php'); |
|
| 135 | 135 | |
| 136 | 136 | /* |
| 137 | 137 | |-------------------------------------------------------------------------- |