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
f1d2142d
Commit
f1d2142d
authored
Nov 24, 2006
by
Martyn Smith
Committed by
Martyn Smith
Nov 24, 2006
Browse files
Fixed form.php => pieform.php
parent
94bcbb0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/internal/profile/validate.php
View file @
f1d2142d
...
...
@@ -28,7 +28,7 @@ define('INTERNAL', 1);
define
(
'PUBLIC'
,
1
);
require
(
dirname
(
dirname
(
dirname
(
dirname
(
__FILE__
))))
.
'/init.php'
);
require_once
(
'form.php'
);
require_once
(
'
pie
form.php'
);
safe_require
(
'artefact'
,
'internal'
);
$email
=
param_variable
(
'email'
);
...
...
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