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
a06bf255
Commit
a06bf255
authored
Mar 18, 2008
by
Richard Mansfield
Browse files
Merge branch 'master' of
git+ssh://git.catalyst.net.nz/var/git/mahara
into mahara-trunk
parents
eebb34cf
00e3a123
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/admin/extensions/plugins.php
View file @
a06bf255
...
...
@@ -28,6 +28,7 @@ define('INTERNAL', 1);
define
(
'ADMIN'
,
1
);
define
(
'MENUITEM'
,
'configextensions/pluginadmin'
);
require
(
dirname
(
dirname
(
dirname
(
__FILE__
)))
.
'/init.php'
);
ini_set
(
'memory_limit'
,
'32M'
);
define
(
'TITLE'
,
get_string
(
'pluginadmin'
,
'admin'
));
define
(
'SECTION_PLUGINTYPE'
,
'core'
);
define
(
'SECTION_PLUGINNAME'
,
'admin'
);
...
...
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