Changeset 238


Ignore:
Timestamp:
Jan 3, 2004, 8:18:05 PM (20 years ago)
Author:
z0rglub
Message:

change version number, add max_LOV_categories used for numerous categories galleries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_3/include/config.inc.php

    r210 r238  
    2424
    2525include_once( PREFIX_INCLUDE.'./include/functions.inc.php' );
    26 include_once( PREFIX_INCLUDE.'./include/vtemplate.class.php' );
     26include( PREFIX_INCLUDE.'./include/vtemplate.class.php' );
    2727// How to change the order of display for images in a category ?
    2828//
     
    4545$conf['slideshow_period']   = array(2,5,10);
    4646$conf['last_days']          = array(1,2,3,10,30,365);
    47 $conf['version']            = '1.3';
     47$conf['version']            = '1.3.1 [devel]';
    4848$conf['site_url']           = 'http://www.phpwebgallery.net';
    4949$conf['forum_url']          = 'http://forum.phpwebgallery.net';
     
    5252$conf['top_number']         = 10;
    5353$conf['anti-flood_time']    = 60; // seconds between 2 comments : 0 to disable
     54$conf['max_LOV_categories'] = 50;
    5455
    5556database_connection();
Note: See TracChangeset for help on using the changeset viewer.