Changeset 560 for trunk/bin


Ignore:
Timestamp:
Jan 12, 2016 11:14:55 PM (8 years ago)
Author:
anonymous
Message:

Minor code formatting and comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/init_codebase_tables.cli.php

    r533 r560  
    131131            // Auth_SQL!
    132132            $auth = new Auth_SQL('codebase');
    133             $auth->setParam(array('create_table' => true));
     133            $auth->setParam(array(
     134                'create_table' => true,
     135                'abuse_detection' => true,
     136            ));
    134137            $auth->initDB(isset($opt['f']));
    135138            break;
Note: See TracChangeset for help on using the changeset viewer.