Show
Ignore:
Timestamp:
06/25/09 15:30:38 (3 years ago)
Author:
benoitg
Message:

* Fix #574
* Fix bug introduced in 2009-06-23 patch for signing up new users.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/config.php

    r1393 r1395  
    7474define('CONF_DATABASE_HOST', 'localhost'); 
    7575 
     76// Port of the database server. 
     77define('CONF_DATABASE_PORT', '5432'); 
     78 
    7679// Username for database access. 
    7780define('CONF_DATABASE_USER', 'wifidog');