Ejemplo n.º 1
0
function CheckDBTables()
{
    return ulPdoDb::TableExists('session', 'ul_sessions') && ulPdoDb::TableExists('log', 'ul_blocked_ips') && ulPdoDb::TableExists('log', 'ul_log') && ulPdoDb::TableExists('session', 'ul_nonces');
}