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
00e3a123
Commit
00e3a123
authored
Mar 18, 2008
by
Nigel McNie
Browse files
Increase memory limit to 32M for plugin administration page.Speculative fix for bug #1919.
parent
d13c544f
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/admin/extensions/plugins.php
View file @
00e3a123
...
...
@@ -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