PHP Classes

File: bt-settings-sample.php

Recommend this page to a friend!
  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: 16 years ago
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');

?>