mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
arreglados varios fallos de la comprobación del editor (JJO)
This commit is contained in:
10
ci4/app/ThirdParty/DatatablesEditor/config.php
vendored
10
ci4/app/ThirdParty/DatatablesEditor/config.php
vendored
@ -9,6 +9,7 @@ ini_set('display_errors', '1');
|
||||
* Database user / pass
|
||||
*/
|
||||
$sql_details = array(
|
||||
/*
|
||||
"type" => "Mysql", // Database type: "Mysql", "Postgres", "Sqlserver", "Sqlite" or "Oracle"
|
||||
"user" => "sk_imn", // Database user name
|
||||
"pass" => "Uyia19_87", // Database password
|
||||
@ -17,6 +18,15 @@ $sql_details = array(
|
||||
"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
|
||||
*/
|
||||
"type" => "Mysql", // Database type: "Mysql", "Postgres", "Sqlserver", "Sqlite" or "Oracle"
|
||||
"user" => "sk_jjo", // Database user name
|
||||
"pass" => "61tv&G1Zf^XY", // Database password
|
||||
"host" => "localhost", // Database host
|
||||
"port" => "", // Database connection port (can be left empty for default)
|
||||
"db" => "sk_jjo", // 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
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user