Fixed the READMEs and small fix around the project

This commit is contained in:
2026-08-19 17:36:34 +01:00
parent 121f788c28
commit a2f36b6fac
14 changed files with 495 additions and 1004 deletions
+3 -3
View File
@@ -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!!! ---