HOME


sh-3ll 1.0
DIR:/chroot/home/laughingplants/laughingplants.com/html/
Upload File :
Current File : /chroot/home/laughingplants/laughingplants.com/html/config.php
<?php
$host = "localhost";
$db_name = "laughing_lp";
$username = "laughing_lp";
$password = "e%p3B4ggK_k%";
 
try {
    $con = new PDO("mysql:host={$host};dbname={$db_name}", $username, $password);
}
 
catch(PDOException $exception){
    echo "Connection error: " . $exception->getMessage();
}
?>