Jelajahi Sumber

moved to includes dir

musheabdulhakim 3 tahun lalu
induk
melakukan
8b09fc8635
1 mengubah file dengan 0 tambahan dan 12 penghapusan
  1. 0 12
      config.php

+ 0 - 12
config.php

@@ -1,12 +0,0 @@
-<?php
-ob_start();
-
-try {
-
-	$con = new PDO("mysql:dbname=googleclone;host=localhost", "root", "");
-	$con->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_WARNING);
-}
-catch(PDOExeption $e) {
-	echo "Connection failed: " . $e->getMessage();
-}
-?>