/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to config.php

  • Committer: Suren A. Chilingaryan
  • Date: 2009-01-30 23:56:42 UTC
  • Revision ID: csa@dside.dyndns.org-20090130235642-gw9n5v9y7w23dmmd
Further search improvements, support for custom properties (config)

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
    
202
202
    $SEARCH_ENGINES = array (
203
203
        "ITEMSearch" => array(),
204
 
        "INTERVALSearch" => array()
 
204
        "INTERVALSearch" => array(),
 
205
        "PROXYSearch" => array()
205
206
    );
206
207
    
207
208