Fifth pass at adding key files
This commit is contained in:
38
site/stackreach/models/services/Database.php
Normal file
38
site/stackreach/models/services/Database.php
Normal file
@ -0,0 +1,38 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
$user = "stackreach";
|
||||
$pass = "aephie0uKeeZ";
|
||||
$host = "localhost";
|
||||
$port = "";
|
||||
$dbname = "slowtwitch_stackreach";
|
||||
|
||||
abstract class Database
|
||||
{
|
||||
|
||||
protected $username = "stackreach";
|
||||
protected $password = "aephie0uKeeZ";
|
||||
protected $server = "localhost";
|
||||
protected $port = "";
|
||||
protected $databasename = "slowtwitch_stackreach";
|
||||
|
||||
}
|
||||
*/
|
||||
$user = "stackreach";
|
||||
$pass = "aephie0uKeeZ";
|
||||
$host = "192.168.1.10";
|
||||
$port = "";
|
||||
$dbname = "stackreach";
|
||||
|
||||
abstract class Database
|
||||
{
|
||||
|
||||
protected $username = "stackreach";
|
||||
protected $password = "aephie0uKeeZ";
|
||||
protected $server = "192.168.1.10";
|
||||
protected $port = "";
|
||||
protected $databasename = "stackreach";
|
||||
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user