浏览代码

moved to includes dir

musheabdulhakim 3 年之前
父节点
当前提交
8b09fc8635
共有 1 个文件被更改,包括 0 次插入12 次删除
  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();
-}
-?>