Explorar el Código

moved to includes dir

musheabdulhakim hace 3 años
padre
commit
8b09fc8635
Se han modificado 1 ficheros con 0 adiciones y 12 borrados
  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();
-}
-?>