First Commit

This commit is contained in:
2026-08-19 17:26:06 +01:00
parent f782c6f531
commit 121f788c28
25 changed files with 5132 additions and 73 deletions
+6 -6
View File
@@ -1,15 +1,15 @@
<?php
// -- GENERAL SETTING --
$debug="on";
$php_debug="on";
$debug="off";
$php_debug="off";
// --- DB SETTINGS ---
$db_needed="no";
$db_needed="yes";
$db_debug="yes";
$db_host="localhost";
$db_name="database-name";
$db_user="database-user";
$db_pass="database-user-password";
$db_name="blocknotes_db";
$db_user="simone";
$db_pass="Angela";
//-------------------------------------------------------------------------------------
// --- DON'T CHANGE ALL THE CODE BELOW!!! ---