Skip to content

Instantly share code, notes, and snippets.

View jeremyricketts's full-sized avatar

Jeremy Ricketts jeremyricketts

View GitHub Profile
@jeremyricketts
jeremyricketts / config.php
Created August 5, 2011 18:52
Expression Engine config.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
// Adapted from: https://gist.github.com/869022 (stevieg83)
$config['app_version'] = "213";
$config['install_lock'] = "";
$config['license_number'] = "";
$config['is_system_on'] = "y";
$config['cookie_prefix'] = "";