First Commit
This commit is contained in:
+6
-6
@@ -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!!! ---
|
||||
|
||||
Reference in New Issue
Block a user