| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: common.php,v 1.4 2006/09/04 10:13:07 aronnovak Exp $ |
| 3 |
/** |
/** |
| 4 |
* Common things in SNA related files |
* Common things in SNA related files |
| 5 |
* |
* |
| 12 |
/** |
/** |
| 13 |
* The path of data files. This path can be modify trough drupal settings. |
* The path of data files. This path can be modify trough drupal settings. |
| 14 |
*/ |
*/ |
| 15 |
define('FILES_PATH', './'); |
define('FILES_PATH', '/path/to/a/secure/dir/'); |
| 16 |
/** |
/** |
| 17 |
* The path to the visualization applet |
* The path to the visualization applet |
| 18 |
*/ |
*/ |
| 19 |
define('APPLET_PATH', 'sites/sna.drupaler.net/applet_tryout/'); |
define('APPLET_PATH', '/modules/sna/applet/'); |
| 20 |
/** |
/** |
| 21 |
* Set the dba_handler |
* Set the dba_handler |
| 22 |
*/ |
*/ |