Default install and enable

peterKa

New member
When you install DaDaBIK the first time, by default all the tables are installed and enabled.

How do I disable this feature
 

eugenio

Administrator
Staff member
There isn't any configuration parameter for this, however if you hack install.php and change the query starting with
$sql = "insert into ".$quote.$table_list_name.$quote."
typing 0 instead of 1 for the field "allowed_table" you can probably get at least disabled tables by default during installation.
 
Top