init(); include('db.php'); $db = new DataBase(); if (!$db->isInit()) { echo L::db_init_error; return; } $db->buildTables(); $db->cleanCloud();