Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.3, Thu Oct 30 19:23:36 2008 UTC | revision 1.4, Wed Nov 5 18:25:04 2008 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: bandwidth.module,v 1.2 2008/10/30 17:55:27 yrocq Exp $ | // $Id: bandwidth.module,v 1.3 2008/10/30 19:23:36 yrocq Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * Bandwidth Module | * Bandwidth Module |
| # | Line 163 function bandwidth_init() | Line 163 function bandwidth_init() |
| 163 | } | } |
| 164 | } | } |
| 165 | ||
| function bandwidth_install() | ||
| { | ||
| db_query("UPDATE {system} SET weight = -10 WHERE name = 'bandwidth' AND type = 'module'"); | ||
| } | ||
| 166 | function bandwidth_menu() | function bandwidth_menu() |
| 167 | { | { |
| 168 | $items['bandwidth'] = array( | $items['bandwidth'] = array( |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |