--- conf.php.old 2004-11-10 21:49:08.746701152 +0000 +++ conf.php 2004-11-10 21:51:29.663278576 +0000 @@ -50,4 +50,18 @@ # If required, update PHP's include path to include your PEAR directory: // ini_set("include_path", ".:/path/to/pear"); +# +# Variable overrides: +# +# To override specific entries in the VARIABLE table for this site, +# set them here. This is most useful when used in a configuration file +# for a vhost or directory, rather than the default conf.php. Any +# variable from the table can be given a new value. +# +# $conf = array( +# 'site_name' => 'Overridden site name', +# 'theme_default' => 'alttheme', +# 'anonymous' => 'Other Anonymous Guy' +# ); + ?>