Changeset 6586
- Timestamp:
- Apr 17, 2008, 3:19:32 PM (14 years ago)
- Location:
- OpenPNE/trunk
- Files:
-
- 6 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/config.php.sample
r6575 r6586 308 308 // 画像変換時に許可する解像度のリスト (幅x高さ) 309 309 // (空の配列を指定すると無制限になります) 310 $GLOBALS['_OPENPNE_IMG_ALLOWED_SIZE'] = array('76x76', '120x120', '180x180', '240x320' );310 $GLOBALS['_OPENPNE_IMG_ALLOWED_SIZE'] = array('76x76', '120x120', '180x180', '240x320', '600x600'); 311 311 312 312 // 画像キャッシュのファイル名のprefix
Note: See TracChangeset
for help on using the changeset viewer.