/dev/adei-asec

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/adei-asec

« back to all changes in this revision

Viewing changes to config.php

  • Committer: Suren A. Chilingaryan
  • Date: 2011-03-15 02:47:05 UTC
  • mfrom: (210.1.3 adei)
  • Revision ID: csa@dside.dyndns.org-20110315024705-qljn30gwin8yrkne
Integration of work of students with fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
    $DEFAULT_MODULE = "wiki";
11
11
    
12
 
    $MODULES = array("slowcontrol", "alarms", "graph", "wiki");
 
12
    $MODULES = array("slowcontrol", "alarms", "graph", "download", "wiki");
13
13
    $POPUPS = array("source", "controls");
14
14
 
15
15
 
318
318
rowsets are executed. After certain threshold, MySQL optimizator stops
319
319
using INDEXes what bringing to huge slowdown. This option is intended
320
320
to fix this behaviour. */
 
321
    
321
322
    $MYSQL_FORCE_INDEXES = true;        
322
323
    
323
324
    $CACHE_PRECISE_GAPS = false;        /* Enables more precise maxgap calculation in DATAInterval */
335
336
    $MENU_SHOW_ITEMS = false;           /* Show separate items in popup menu */
336
337
    $MENU_SCROLL_LIMIT = 10;            /* Add scrolling if more than that items present */
337
338
    
 
339
    $PHP_BINARY = "/usr/bin/php";
 
340
    $DOWNLOAD_DECAY_TIME = 72000;       /*  Time after unused download is removed from server*/
 
341
  
338
342
    $JPGRAPH_PATH="/usr/share/php5/jpgraph";
339
343
    $EXCEL_WRITER_PATH ="";
340
344
    $TMP_PATH=$ADEI_ROOTDIR . "tmp";