diff options
| author | Simon | 2011-03-06 18:24:42 +0100 |
|---|---|---|
| committer | Simon | 2011-03-06 18:24:42 +0100 |
| commit | 1e3fc3def6918568f4e36026c46feadbe3c24e7c (patch) | |
| tree | d0cdacea52336e147b20eeca7d0c85277a38aeb8 /application/configs | |
| parent | aufgeraeumt (diff) | |
| download | pbs2-1e3fc3def6918568f4e36026c46feadbe3c24e7c.tar.gz pbs2-1e3fc3def6918568f4e36026c46feadbe3c24e7c.tar.xz pbs2-1e3fc3def6918568f4e36026c46feadbe3c24e7c.zip | |
print_a funktion zum debugging hinzugefügt damit sie von überall benutzbar ist && evaluate in Filter zu großen Teilen fertig, ebenso die Auswertung, welche BootMenuID zurückgegeben werden soll
Diffstat (limited to 'application/configs')
| -rw-r--r-- | application/configs/application.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/configs/application.ini b/application/configs/application.ini index 6970da3..9bfaec2 100644 --- a/application/configs/application.ini +++ b/application/configs/application.ini @@ -10,7 +10,7 @@ resources.frontController.params.displayExceptions = 0 resources.db.adapter = PDO_MYSQL resources.db.params.host = localhost resources.db.params.username = root -resources.db.params.password = lsfks +resources.db.params.password = 123456 resources.db.params.dbname = pbs resources.db.isDefaultTableAdapter = true |
