Ignore:
Timestamp:
Sep 11, 2008, 3:20:25 AM (16 years ago)
Author:
rvelices
Message:

remove ws access table/partners functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r2451 r2516  
    618618// Maximum number of images to be returned foreach call to the web service
    619619$conf['ws_max_images_per_page'] = 500;
    620 
    621 // On Access control false / Admim Web Service need Php cURL extension
    622 // Controls are done on public basis or
    623 // if connected on member authorization basis
    624 $conf['ws_access_control'] = false;
    625 
    626 // Additionnal controls are made based on Web Service Access Table
    627 // Max returned rows number ( > 0 )
    628 $conf['ws_allowed_limit'] = array(1,2,3,5,10,25);
    629 
    630 // By default can be delayed by 0, 1, 2, 3, 5, 7, 14 or 30 days
    631 // 0 it's Now(), don't remove that one
    632 $conf['ws_postponed_start'] = array(0,1,2,3,5,7,14,30); /* In days */
    633 
    634 // By default 10, 5, 2, 1 year(s) or 6, 3, 1 month(s)
    635 // or 15, 10, 7, 5, 1, 0 day(s)
    636 // 0 it's temporary closed (Useful for one access)
    637 $conf['ws_durations'] = array(3650,1825,730,365,182,91,30,15,10,7,5,1,0);
    638620
    639621// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.