Ubuntu Pastebin

Paste from bdmurray at Tue, 12 Jul 2016 20:06:49 +0000

Download as text
1
2
3
4
5
6
// Connect to the database
    if (!is_object($db)) {
        print "using print_r\n";
        print_r ($_SERVER);
        if (isset($_SERVER['db_name']) &&
            isset($_SERVER['db_login']) &&
Download as text