Read the parameters from a configuration file
Closed this issue · 2 comments
rupinr commented
It would be great to read the api parameters and db connection credentials from a file instead of hard coding it.
rupinr commented
If you think that is a good idea, i can work on it..
RAZERZ commented
I wouldn't consider the credentials hard coded, since they are stored in a variable (the instance of the mysqli() class). Moving them to a separate page/file would cause confusion :)