Revision 172
Added by ryan about 20 years ago
| tool.php | ||
|---|---|---|
| 42 | 42 |
|
| 43 | 43 |
$admin = new admin("Tool: {$tool['name']}",'settings_advanced');
|
| 44 | 44 |
|
| 45 |
require(WB_PATH.'/modules/'.$tool['directory'].'/include.php');
|
|
| 45 |
require(WB_PATH.'/modules/'.$tool['directory'].'/tool.php');
|
|
| 46 | 46 |
|
| 47 | 47 |
$admin->print_footer(); |
| 48 | 48 |
?> |
Also available in: Unified diff
Changed included file name from include.php to tool.php