XPressME Integration Kit

Trac


Ignore:
Timestamp:
Dec 16, 2009, 1:22:13 PM (14 years ago)
Author:
toemon
Message:

Memory Limitを設定可能に Fixes #272

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/xoops_version.php

    r487 r491  
    134134        'default'               => 0 , 
    135135); 
     136$modversion['config'][] = array( 
     137        'name'                  => 'memory_limit' , 
     138        'title'                 =>  '_MI_MEMORY_LIMIT' , 
     139        'description'   =>  '_MI_MEMORY_LIMIT_DESC' , 
     140        'formtype'              => 'textbox' , 
     141        'valuetype'             => 'int' , 
     142        'default'               => 64 , 
     143); 
    136144 
    137145//BLOCKS 
Note: See TracChangeset for help on using the changeset viewer.