Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
ab49d9ad
Commit
ab49d9ad
authored
Feb 12, 2007
by
Penny Leach
Browse files
help uses alphanumext now
parent
98d6987c
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/json/help.php
View file @
ab49d9ad
...
@@ -34,10 +34,10 @@ json_headers();
...
@@ -34,10 +34,10 @@ json_headers();
$plugintype
=
param_alpha
(
'plugintype'
);
$plugintype
=
param_alpha
(
'plugintype'
);
$pluginname
=
param_alpha
(
'pluginname'
);
$pluginname
=
param_alpha
(
'pluginname'
);
$page
=
param_
variable
(
'page'
,
null
);
$page
=
param_
alphanumext
(
'page'
,
null
);
$section
=
param_
variable
(
'section'
,
null
);
$section
=
param_
alphanumext
(
'section'
,
null
);
$form
=
param_alphanum
(
'form'
,
null
);
$form
=
param_alphanum
ext
(
'form'
,
null
);
$element
=
param_alphanum
(
'element'
,
null
);
$element
=
param_alphanum
ext
(
'element'
,
null
);
$location
=
get_config
(
'docroot'
)
;
$location
=
get_config
(
'docroot'
)
;
$file
=
'help/'
;
$file
=
'help/'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment