mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
only tiny adjustements... and try to set the memory limit for the search indexing page to 128M...
git-svn-id: file:///svn/phpbb/trunk@7161 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -83,7 +83,7 @@ function marklist(id, name, state)
|
||||
*/
|
||||
function trace(link)
|
||||
{
|
||||
window.open(link.replace(/&/g, '&'), '_trace', 'height=515, resizable=yes, scrollbars=yes, width=680');
|
||||
window.open(link.replace(/&/g, '&'), '_trace', 'height=515, resizable=yes, scrollbars=yes, width=750');
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@@ -101,4 +101,4 @@ function swatch(field)
|
||||
|
||||
<body class="{S_CONTENT_DIRECTION}">
|
||||
|
||||
<div id="page-body" style="padding: 0 10px;">
|
||||
<div id="page-body" style="padding: 0; padding-right: 10px;">
|
||||
|
@@ -25,6 +25,9 @@ class acp_search
|
||||
|
||||
$user->add_lang('acp/search');
|
||||
|
||||
// For some this may be of help...
|
||||
@ini_set('memory_limit', '128M');
|
||||
|
||||
switch ($mode)
|
||||
{
|
||||
case 'settings':
|
||||
|
Reference in New Issue
Block a user