3.17 populatetables

Populates the database with tables.

Parameters:

$xestiascan_authmodule->populatetables(type, forcerecreate);


Usage:

$xestiascan_authmodule->populatetables(“modules”, 1);


type
Specifies the type of table to populate. Available types are modules, scanners, sessions and users.

forcerecreate
Forces the recreation of the table by deleting it and then creating it.