2008-11-17 00:27:19 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
global $project;
|
|
|
|
$project = 'mysite';
|
|
|
|
|
|
|
|
global $database;
|
2009-02-12 02:54:37 +00:00
|
|
|
$database = "SS_ssinstaller2_3";
|
2008-11-17 00:27:19 +00:00
|
|
|
|
|
|
|
require_once("conf/ConfigureFromEnv.php");
|
|
|
|
|
|
|
|
// This line set's the current theme. More themes can be
|
|
|
|
// downloaded from http://www.silverstripe.com/themes/
|
|
|
|
SSViewer::set_theme('blackcandy');
|
|
|
|
|
2009-02-12 02:54:37 +00:00
|
|
|
Mollom::setPublicKey("1819023dfcb10a667d10bd1578c5f39b");
|
|
|
|
Mollom::setPrivateKey("2430fcbd65756ac6732a54a7c9ada116");
|
|
|
|
SpamProtecterManager::set_spam_protecter('MollomSpamProtector')
|
|
|
|
|
2008-11-17 00:27:19 +00:00
|
|
|
?>
|