a simple MediaInfo API implemented as a helper in CodeIgniter useful for verifying...
[living-lab-site.git] / application / config / config.php
index 755fc91..a96f37b 100644 (file)
@@ -126,7 +126,7 @@ $config['subclass_prefix'] = 'MY_';
 | DO NOT CHANGE THIS UNLESS YOU FULLY UNDERSTAND THE REPERCUSSIONS!!
 |
 */
-$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-+';
+$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-+&';
 
 
 /*
@@ -224,7 +224,7 @@ $config['cache_path'] = '';
 | MUST set an encryption key.  See the user guide for info.
 |
 */
-$config['encryption_key'] = '';
+$config['encryption_key'] = '328pgYhL6Fc87WC46UHIaaxHBYeutR5u';
 
 /*
 |--------------------------------------------------------------------------
@@ -244,13 +244,13 @@ $config['encryption_key'] = '';
 | 'sess_time_to_update'                = how many seconds between CI refreshing Session Information
 |
 */
-$config['sess_cookie_name']            = 'ci_session';
+$config['sess_cookie_name']            = 'p2ptube_session';
 $config['sess_expiration']             = 7200;
 $config['sess_expire_on_close']        = FALSE;
 $config['sess_encrypt_cookie'] = FALSE;
-$config['sess_use_database']   = FALSE;
-$config['sess_table_name']             = 'ci_sessions';
-$config['sess_match_ip']               = FALSE;
+$config['sess_use_database']   = TRUE;
+$config['sess_table_name']             = 'sessions';
+$config['sess_match_ip']               = TRUE;
 $config['sess_match_useragent']        = TRUE;
 $config['sess_time_to_update'] = 300;
 
@@ -328,7 +328,7 @@ $config['compress_output'] = FALSE;
 | regarding date handling.
 |
 */
-$config['time_reference'] = 'local';
+$config['time_reference'] = 'gmt';
 
 
 /*
@@ -384,4 +384,3 @@ function __autoload($class)
         }
     }
 } 
-