ajrockefeller / openfpc

Automatically exported from code.google.com/p/openfpc
0 stars 0 forks source link

Remove the scary stuff from index.php... #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

$dbhost = "127.0.0.1";
$dbuser = "openfpc";
$dbname = "openfpc";
$dbpass = "openfpc";

$ofpcuser = "openfpc";
$ofpcpass = "openfpc";

The code is already there (except for dbhost would need a SESSION_DB_HOST 
added) to override these in the config file. I would remove the default 
settings to protect the foolish. :)

Original issue reported on code.google.com by Jason.R....@gmail.com on 25 Mar 2011 at 5:52

GoogleCodeExporter commented 8 years ago
It is also a little confusing having the ability to set the same password in 
two places.

Original comment by Jason.R....@gmail.com on 25 Mar 2011 at 5:54

GoogleCodeExporter commented 8 years ago

Original comment by leon.j.w...@gmail.com on 27 Mar 2011 at 5:59

GoogleCodeExporter commented 8 years ago
SESSION_DB_HOST added, defaults set to NULL in index.php.

Need to remember these changes for the "new" GUI look and feel that's en-route.

Sending        www/index.php
Transmitting file data .
Committed revision 283.

Added sample DBHOST to openfpc-default.conf

Sending        etc/openfpc-example-proxy.conf
Transmitting file data .
Committed revision 284.
lward@zorro:~/code/openfpc$ 

Original comment by leon.j.w...@gmail.com on 27 Mar 2011 at 6:08