Fixed the READMEs and small fix around the project
This commit is contained in:
+2
-2
@@ -69,8 +69,8 @@ try {
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;";
|
||||
$conn->query($sql_settings);
|
||||
|
||||
// Seed default site settings if missing
|
||||
$conn->query("INSERT IGNORE INTO site_settings (setting_key, setting_value) VALUES ('site_title', 'Blocknotes')");
|
||||
// Seed default site settings if empty
|
||||
$conn->query("INSERT IGNORE INTO site_settings (setting_key, setting_value) VALUES ('site_title', 'sld-blocknotes')");
|
||||
$conn->query("INSERT IGNORE INTO site_settings (setting_key, setting_value) VALUES ('site_favicon', 'assets/img/favicon.png')");
|
||||
|
||||
// Seed default owner account if table is empty or ensure admin user is owner if no owner exists
|
||||
|
||||
+3
-3
@@ -7,9 +7,9 @@ $php_debug="off";
|
||||
$db_needed="yes";
|
||||
$db_debug="yes";
|
||||
$db_host="localhost";
|
||||
$db_name="blocknotes_db";
|
||||
$db_user="simone";
|
||||
$db_pass="Angela";
|
||||
$db_name="sld_blocknotes_db";
|
||||
$db_user="root";
|
||||
$db_pass="";
|
||||
|
||||
//-------------------------------------------------------------------------------------
|
||||
// --- DON'T CHANGE ALL THE CODE BELOW!!! ---
|
||||
|
||||
Reference in New Issue
Block a user