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
802f959a
Commit
802f959a
authored
Feb 23, 2009
by
Nigel McNie
Browse files
Use a different URL for registration.
(cherry picked from commit
9651132c
)
parent
283997f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/registration.php
View file @
802f959a
...
...
@@ -106,7 +106,7 @@ function register_submit(Pieform $form, $values) {
* Worker - performs sending of registration data to mahara.org
*/
function
registration_send_data
()
{
$registrationurl
=
'http://mahara.org/
mahara-
registration.php'
;
$registrationurl
=
'http://mahara.org/
api/
registration.php'
;
$data
=
registration_data
();
$request
=
array
(
CURLOPT_URL
=>
$registrationurl
,
...
...
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