Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.38, Wed Sep 2 15:10:10 2009 UTC | revision 1.39, Sun Sep 20 00:36:48 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: webfm.module,v 1.37 2009/08/19 15:44:13 robmilne Exp $ | // $Id: webfm.module,v 1.38 2009/09/02 15:10:10 robmilne Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file | * @file |
| # | Line 8 | Line 8 |
| 8 | */ | */ |
| 9 | ||
| 10 | $modulepath = drupal_get_path('module', 'webfm'); | $modulepath = drupal_get_path('module', 'webfm'); |
| 11 | require_once "./" . $modulepath . "/webfm_file.inc"; | |
| 12 | ||
| 13 | define('WEBFM_FLUSH', -1); | define('WEBFM_FLUSH', -1); |
| 14 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |