- Timestamp:
- 04/11/06 18:31:04 (3 years ago)
- Files:
-
- 1 modified
-
branches/plogger-with-tags/plog-config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plogger-with-tags/plog-config.php
r373 r374 2 2 // this is the file used to connect to your database. 3 3 // 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");4 define("PLOGGER_DB_HOST",""); 5 define("PLOGGER_DB_USER",""); 6 define("PLOGGER_DB_PW",""); 7 define("PLOGGER_DB_NAME",""); 8 8 ?>
