Cambios en menus y correccion de error en login (consola error cambiador de estilo dark/light)

This commit is contained in:
imnavajas
2023-06-14 23:46:12 +02:00
parent f5e2305a9f
commit 51552bc594
9 changed files with 27 additions and 99 deletions

View File

@ -10,11 +10,11 @@ ini_set('display_errors', '1');
*/
$sql_details = array(
"type" => "Mysql", // Database type: "Mysql", "Postgres", "Sqlserver", "Sqlite" or "Oracle"
"user" => "sk_jjo", // Database user name
"pass" => "61tv&G1Zf^XY", // Database password
"user" => "sk_imn", // Database user name
"pass" => "Uyia19_87", // Database password
"host" => "localhost", // Database host
"port" => "", // Database connection port (can be left empty for default)
"db" => "sk_jjo", // Database name
"db" => "sk_imn", // Database name
"dsn" => "", // PHP DSN extra information. Set as `charset=utf8mb4` if you are using MySQL
"pdoAttr" => array() // PHP PDO attributes array. See the PHP documentation for all options
);