econpy / torque

A set of tools used with the Torque app for Android to store OBD2 data in MySQL, view GPS data from Torque on a map in real time using the Google Maps JavaScript API, plot OBD2 data in time series charts, and export the data to CSV or JSON.
MIT License
285 stars 120 forks source link

Single quotes in creds.php #6

Closed samuelmr closed 10 years ago

samuelmr commented 10 years ago

I created a new db user and blindly copy-pasted the username and password into creds.php. I didn't notice that the password contained a $ character, which quite efficiently broke everything.

Stupid user error, I must admit. Still, using single quotes instead of double quotes around string values would have helped.

econpy commented 10 years ago

Fixed in this commit.