Revision 591
Added by doc almost 17 years ago
info.php | ||
---|---|---|
26 | 26 |
$module_directory = 'code'; |
27 | 27 |
$module_name = 'Code'; |
28 | 28 |
$module_function = 'page'; |
29 |
$module_version = '2.6';
|
|
30 |
$module_platform = '2.6.x';
|
|
29 |
$module_version = '2.7';
|
|
30 |
$module_platform = '2.7.x';
|
|
31 | 31 |
$module_author = 'Ryan Djurovich'; |
32 | 32 |
$module_license = 'GNU General Public License'; |
33 |
$module_description = 'This module allows you to edit the contents of a page with a simple, yet powerful, text box';
|
|
33 |
$module_description = 'This module allows you to execute PHP commands (limit access to users you trust!!)';
|
|
34 | 34 |
|
35 | 35 |
?> |
Also available in: Unified diff
added language support to all integrated modules (except for news and form module)