- Timestamp:
- 09/21/05 15:43:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/_install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/_install.php
r193 r200 8 8 if (file_exists("plog-config.php")) { 9 9 require_once("plog-config.php"); 10 if (@mysql_connect(PLOGGER_DB_HOST,PLOGGER_DB_USER,PLOGGER_DB_PW)) { 10 if ( @mysql_connect(PLOGGER_DB_HOST,PLOGGER_DB_USER,PLOGGER_DB_PW) && 11 @mysql_select_db(PLOGGER_DB_NAME)) { 11 12 die("Plogger has already been installed!"); 12 13 };
Note: See TracChangeset
for help on using the changeset viewer.
