Commit f311e762 authored by JD's avatar JD

Update

parent 9fca39c7
Pipeline #3426 canceled with stages
<div class="app-sidebar sidebar-shadow" style="background-color:#A9CCE3 ;">
<div class="app-sidebar sidebar-shadow" style="background-color:#A9CCE3;">
<div class="app-header__logo">
<div class="logo-src"></div>
<div class="header__pane ml-auto">
......
......@@ -3,13 +3,12 @@
$host = "localhost";
$user = "root";
$pass = "";
$db = "cee_db";
$conn = null;
$db = "id17041785_cee_db";
try {
$conn = new PDO("mysql:host={$host};dbname={$db};",$user,$pass);
} catch (Exception $e) {
exit("Error: ". $e->getMessage());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment