/adei/ui

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

« back to all changes in this revision

Viewing changes to config.actual.php

  • Committer: Aram Yeghikyan
  • Date: 2008-10-24 16:09:04 UTC
  • Revision ID: eghikyan@gmail.com-20081024160904-x6h9i29d0iuiqo03
Added virtual group concept, made refactoring of the code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        "password" => "zeus"
9
9
    );
10
10
 
11
 
    $ADEI_SETUP = "all";
 
11
    $ADEI_SETUP = "autogen";
12
12
 
13
13
    $LOGGER_LOG_REQUESTS = true;        /* Log all ADEI requests */
14
14
    $LOGGER_LOG_OUTPUT = true;          /* Log output of ADEI requests */