You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$db->exec("create table log (id integer primary key, date text, user text, message text)");
echo "<p>Database created successfully. You can now access the system using 'admin' as your user name and 'admin' as password. Please, change this information as soon as you login.</p>";
echo '<p><a href="index.php">Click here to login</a></p>';