Changeset 374 for branches

Show
Ignore:
Timestamp:
04/11/06 18:31:04 (3 years ago)
Author:
stefan
Message:

removing personal settings

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/plogger-with-tags/plog-config.php

    r373 r374  
    22// this is the file used to connect to your database. 
    33// you must change these values in order to run the gallery. 
    4 define("PLOGGER_DB_HOST","localhost"); 
    5 define("PLOGGER_DB_USER","plogger"); 
    6 define("PLOGGER_DB_PW","ploggerWebLock"); 
    7 define("PLOGGER_DB_NAME","plogtags"); 
     4define("PLOGGER_DB_HOST",""); 
     5define("PLOGGER_DB_USER",""); 
     6define("PLOGGER_DB_PW",""); 
     7define("PLOGGER_DB_NAME",""); 
    88?>