Skip to content

Instantly share code, notes, and snippets.

View johnfuller's full-sized avatar
🏠
Working from home

John Fuller johnfuller

🏠
Working from home
  • Dumaguete, Philippines
View GitHub Profile
<?php
/**
* Custom configuration bootsrtap file for ExpressionEngine
*
* Place config.php in your site root
* Add require(realpath(dirname(__FILE__) . '/../../config.php')); to the bottom of system/expressionengine/config/config.php
* Add require(realpath(dirname(__FILE__) . '/../../config.php')); to the bottom of system/expressionengine/config/database.php
* If you have moved your site root you'll need to update the require_once path
*