16 lines
414 B
PHP
16 lines
414 B
PHP
<?php
|
|
$db_host="localhost";
|
|
$db_name="wiki";
|
|
$db_user="wiki";
|
|
$db_password="w1kip3dia";
|
|
|
|
## Uncomment this next line to lock the database
|
|
# $wgReadOnly = "Working on the database. Please stand by.";
|
|
|
|
$wgEmergencyContact = "slowman@slowtwitch.com";
|
|
|
|
## The account that autogenerated password requests
|
|
## are sent from
|
|
$wgPasswordSender = "slowman@slowtwitch.com";
|
|
|
|
?>
|