Revision 1005
Added by aldus over 15 years ago
info.php | ||
---|---|---|
23 | 23 |
|
24 | 24 |
*/ |
25 | 25 |
|
26 |
$module_directory = 'code';
|
|
27 |
$module_name = 'Code';
|
|
28 |
$module_function = 'page';
|
|
29 |
$module_version = '2.7';
|
|
30 |
$module_platform = '2.7.x';
|
|
31 |
$module_author = 'Ryan Djurovich';
|
|
32 |
$module_license = 'GNU General Public License';
|
|
33 |
$module_description = 'This module allows you to execute PHP commands (limit access to users you trust!!)';
|
|
26 |
$module_directory = 'code';
|
|
27 |
$module_name = 'Code';
|
|
28 |
$module_function = 'page';
|
|
29 |
$module_version = '2.8';
|
|
30 |
$module_platform = '2.7.x';
|
|
31 |
$module_author = 'Ryan Djurovich';
|
|
32 |
$module_license = 'GNU General Public License';
|
|
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
Changes on module "code": add the section_id to the name of the textarea,
to keep the functionality if you are using more than one code-section on a page.