diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2012-03-13 18:32:57 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2012-03-13 18:32:57 -0400 |
commit | f47e8e7f7dfe2015381bc0576a56ea06a3b0412d (patch) | |
tree | 24a3002a6ac7b2ea69cd8f2a3eaf4739c92c7852 /lib/init.php | |
parent | fe5d18095e298f4323571f10c8c8e2c18b8dcf33 (diff) | |
download | ampache-f47e8e7f7dfe2015381bc0576a56ea06a3b0412d.tar.gz ampache-f47e8e7f7dfe2015381bc0576a56ea06a3b0412d.tar.bz2 ampache-f47e8e7f7dfe2015381bc0576a56ea06a3b0412d.zip |
Remove unused mysql_* values
Diffstat (limited to 'lib/init.php')
-rw-r--r-- | lib/init.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/init.php b/lib/init.php index 1c87be25..9f6a5730 100644 --- a/lib/init.php +++ b/lib/init.php @@ -101,10 +101,6 @@ $results['cookie_path'] = $results['raw_web_path']; $results['cookie_domain'] = $_SERVER['SERVER_NAME']; $results['cookie_life'] = $results['session_cookielife']; $results['cookie_secure'] = $results['session_cookiesecure']; -$results['mysql_password'] = $results['database_password']; -$results['mysql_username'] = $results['database_username']; -$results['mysql_hostname'] = $results['database_hostname']; -$results['mysql_db'] = $results['database_name']; // Library and module includes we can't do with the autoloader require_once $prefix . '/modules/getid3/getid3.php'; |