Tips tagged “Config.php”
- Config Overrides for EE 1 and 2
-
Posted on June 17, 2010 by Ryan Irelan
I don’t think I’ve seen this one before, but the EE Wiki contains a full list of
config.phpoverrides, which are easily found by doing the following in a EE 1.6.x template with PHP enabled:<?php
global $PREFS;
print_r($PREFS);
?>The list in the wiki is only for 1.6.7, so some may have
