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
4f93715a
Commit
4f93715a
authored
Nov 16, 2006
by
Penny Leach
Browse files
adding stubs to auth plugin to stop adminplugins whinging
parent
2ec0858e
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/auth/internal/lib.php
View file @
4f93715a
...
...
@@ -196,9 +196,13 @@ class AuthInternal extends Auth {
*/
class
PluginAuthInternal
extends
Plugin
{
static
function
has_config
()
{
public
static
function
has_config
()
{
return
true
;
}
public
static
function
get_config_options
()
{
return
array
();
}
}
?>
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