Big refresh
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
require(dirname(__FILE__) . "/config.php");
|
||||
|
||||
$options[PDO::ATTR_ERRMODE] = PDO::ERRMODE_EXCEPTION;
|
||||
$bdd = new PDO("mysql:host=$host;port=$port;dbname=$db", $user, $pass, $options);
|
||||
?>
|
||||
Reference in New Issue
Block a user