tarifas acabado a falta de check duplicados y guardar tarifa acabado

This commit is contained in:
Jaime Jimenez
2023-06-14 11:29:28 +02:00
parent f814ec7e2c
commit f49e83b582
77 changed files with 24894 additions and 52 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-misc", // Database user name
"pass" => "Itd27y^86", // Database password
"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-misc", // Database name
"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
);