Changeset 8651 for trunk/include/config_default.inc.php
- Timestamp:
- Jan 13, 2011, 4:24:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/config_default.inc.php
r8238 r8651 121 121 // or not ? 122 122 $conf['newcat_default_commentable'] = true; 123 124 // newcat_default_uploadable : at creation, must a category be uploadable or125 // not ?126 $conf['newcat_default_uploadable'] = false;127 123 128 124 // newcat_default_visible : at creation, must a category be visible or not ? … … 556 552 // If false it'll be redirected from index.php to identification.php 557 553 $conf['guest_access'] = true; 558 559 // +-----------------------------------------------------------------------+560 // | upload |561 // +-----------------------------------------------------------------------+562 563 // upload_maxfilesize: maximum filesize for the uploaded pictures. In564 // kilobytes.565 $conf['upload_maxfilesize'] = 200;566 567 // upload_maxheight: maximum height authorized for the uploaded images. In568 // pixels.569 $conf['upload_maxheight'] = 800;570 571 // upload_maxwidth: maximum width authorized for the uploaded images. In572 // pixels.573 $conf['upload_maxwidth'] = 800;574 575 // upload_maxheight_thumbnail: maximum height authorized for the uploaded576 // thumbnails577 $conf['upload_maxheight_thumbnail'] = 128;578 579 // upload_maxwidth_thumbnail: maximum width authorized for the uploaded580 // thumbnails581 $conf['upload_maxwidth_thumbnail'] = 128;582 554 583 555 // +-----------------------------------------------------------------------+
Note: See TracChangeset
for help on using the changeset viewer.