summaryrefslogtreecommitdiff
path: root/views/tools/ghrss/ghrss.db.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/tools/ghrss/ghrss.db.php')
-rw-r--r--views/tools/ghrss/ghrss.db.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/views/tools/ghrss/ghrss.db.php b/views/tools/ghrss/ghrss.db.php
deleted file mode 100644
index d96f881..0000000
--- a/views/tools/ghrss/ghrss.db.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-require_once __DIR__ . '/db_passwd.php';
-
-/**
- * password is set in db_passwd.php
- *
- * $db_passwd = "";
- */
-
-$db_name = "ghrss";
-$db_user = "ghrss_crawler";
-
-$db = new PDO('mysql:host=192.168.122.1;dbname='.$db_name, $db_user, $db_passwd);