local edits
This commit is contained in:
parent
3ab7aeb19e
commit
ea75fef77b
10 changed files with 136 additions and 44 deletions
15
includes/config.inc.php.example
Normal file
15
includes/config.inc.php.example
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
###############################################
|
||||
# Site configuration
|
||||
# Copy this file to config.inc.php and fill in
|
||||
# your actual database credentials.
|
||||
# config.inc.php is excluded from version control.
|
||||
###############################################
|
||||
$db_host="your_db_host";
|
||||
$db_port="3306";
|
||||
$db_user="your_db_user";
|
||||
$db_pass="your_db_password";
|
||||
$db_name="your_db_name";
|
||||
$table_prefix="gsp_";
|
||||
$db_type="mysql";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue