Login   Register  
PHP Classes
elePHPant
Icontem

File: bt-settings-sample.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Michael Dale  >  Bluetrait  >  bt-settings-sample.php  >  Download  
File: bt-settings-sample.php
Role: Configuration script
Content type: text/plain
Description: Sample Settings File
Class: Bluetrait
A multi-user blog system
Author: By
Last change:
Date: 2008-10-26 03:29
Size: 351 bytes
 

Contents

Class file image Download
<?php
/*
Bluetrait 2.0

You can use this file to override Bluetrait's default "hard-coded" settings. Please see bt-default-settings.php for all the options you can override
*/
if (!defined('BT_ROOT')) exit;

//setting define values
define('BT_DEBUG'TRUE);

//setting config values
bt_hard_set_config('config_name''config_value');

?>