/[drupal]/contributions/modules/sna/common.php
ViewVC logotype

Diff of /contributions/modules/sna/common.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4, Mon Sep 4 10:13:07 2006 UTC revision 1.5, Mon Sep 4 10:32:55 2006 UTC
# Line 1  Line 1 
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   *   *
# Line 12  Line 12 
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   */   */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.2