array( //replace the following by your full CDN URL, which should point to // your Chamilo's root directory, including the final slash 'url' => 'http://cdn.chamilo.org/', 'ext' => array('.css','.js','.jpg','.jpeg','.png','.gif','.avi','.flv'), ), // copy the section above and modify following your needs ); /** * Misc. settings */ // Verbose backup $_configuration['verbose_backup'] = false; // security word for password recovery $_configuration['security_key'] = '{SECURITY_KEY}'; // Hash function method $_configuration['password_encryption'] = '{ENCRYPT_PASSWORD}'; // You may have to restart your web server if you change this $_configuration['session_stored_in_db'] = false; // Session lifetime $_configuration['session_lifetime'] = SESSION_LIFETIME; // Activation for multi-url access //$_configuration['multiple_access_urls'] = true; $_configuration['software_name'] = 'Chamilo'; $_configuration['software_url'] = 'http://www.chamilo.org/'; //Deny the elimination of users $_configuration['deny_delete_users'] = false; // Version settings $_configuration['system_version'] = '{NEW_VERSION}'; $_configuration['system_stable'] = NEW_VERSION_STABLE; ?>