mirror of
https://github.com/ganglyglub2-gif/cotizador-impresion-3D.git
synced 2026-07-20 20:05:12 +00:00
Actualizar diseño visual del cotizador y corregir estilos
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
$db_name = 'pm012020db';
|
||||
try {
|
||||
$pdo = new PDO("pgsql:host=127.0.0.1;port=5432;dbname=".$db_name, "usrpm012020", 'Pr0y3ct0s2020#');
|
||||
} catch (PDOException $e) {
|
||||
echo "Error de conexión! ";
|
||||
print_r($e->getMessage());
|
||||
exit();
|
||||
}
|
||||
unset($db_name);
|
||||
?>
|
||||
Reference in New Issue
Block a user