| 1 |
<?php |
<?php |
| 2 |
// $Id: common.php,v 1.4 2006/09/04 10:13:07 aronnovak Exp $ |
// $Id: common.php,v 1.5 2006/09/04 10:32:55 aronnovak Exp $ |
| 3 |
/** |
/** |
| 4 |
* Common things in SNA related files |
* Common things in SNA related files |
| 5 |
* |
* |
| 20 |
/** |
/** |
| 21 |
* Set the dba_handler |
* Set the dba_handler |
| 22 |
*/ |
*/ |
| 23 |
define('DBA_HANDLER', 'gdbm'); |
define('DBA_HANDLER', 'dbm'); |
| 24 |
|
|
| 25 |
// Set some starting value |
// Set some starting value |
| 26 |
if (function_exists('variable_get')) { |
if (function_exists('variable_get')) { |
| 55 |
* and you want to try out this module it's a possible |
* and you want to try out this module it's a possible |
| 56 |
* solution to turn this off. |
* solution to turn this off. |
| 57 |
*/ |
*/ |
| 58 |
define('SNA_CACHE_ENABLED', TRUE); |
define('SNA_CACHE_ENABLED', FALSE); |
| 59 |
|
|
| 60 |
/** |
/** |
| 61 |
* Possible options: nodes, buddy, stats |
* Possible options: nodes, buddy, stats |