summaryrefslogtreecommitdiff
path: root/web/lib/DB.class.php
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-11-22 23:58:00 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-11-22 23:58:00 -0500
commit08b0bbd0587b891ca9a4c8fa3a22cf7524c36265 (patch)
tree9acb330c10ed60d6559f7fbe3420460894bd925e /web/lib/DB.class.php
parent38b1bbe78df3a518f0688e50f1d6361221b95ea1 (diff)
these changes were sitting herepurweb/master0
Diffstat (limited to 'web/lib/DB.class.php')
-rw-r--r--web/lib/DB.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/DB.class.php b/web/lib/DB.class.php
index b538e0d..4c58c3c 100644
--- a/web/lib/DB.class.php
+++ b/web/lib/DB.class.php
@@ -32,7 +32,7 @@ class DB {
self::$dbh = new PDO($dsn, $user, $password);
self::$dbh->exec("SET NAMES 'utf8' COLLATE 'utf8_general_ci';");
} catch (PDOException $e) {
- die('Error - Could not connect to AUR database');
+ die('Error - Could not connect to ' . config_get('options', 'branding_shortname') . ' database');
}
}