Correction for linux system
This commit is contained in:
parent
38c619544e
commit
9a8ad348d5
@ -1,4 +1,4 @@
|
|||||||
Options +FollowSymlinks
|
# Options +FollowSymlinks
|
||||||
|
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
RewriteBase /
|
RewriteBase /
|
||||||
|
@ -6,15 +6,15 @@ use Exception;
|
|||||||
use PDO;
|
use PDO;
|
||||||
|
|
||||||
class BDD {
|
class BDD {
|
||||||
// const SQL_SERVER = 'http://web3.pulseheberg.net'; // BDD Server
|
const SQL_SERVER = 'web3.pulseheberg.net'; // BDD Server
|
||||||
// const SQL_LOGIN = 'why7n0_fitness'; // BDD Login
|
const SQL_LOGIN = 'why7n0_fitness'; // BDD Login
|
||||||
// const SQL_PASSWORD = 'KpB728zu'; // BDD Password
|
const SQL_PASSWORD = 'KpB728zu'; // BDD Password
|
||||||
// const SQL_DB = 'why7n0_fitness'; // BDD Name
|
const SQL_DB = 'why7n0_fitness'; // BDD Name
|
||||||
|
|
||||||
const SQL_SERVER = 'localhost'; // BDD Server
|
// const SQL_SERVER = 'localhost'; // BDD Server
|
||||||
const SQL_LOGIN = 'root'; // BDD Login
|
// const SQL_LOGIN = 'root'; // BDD Login
|
||||||
const SQL_PASSWORD = ''; // BDD Password
|
// const SQL_PASSWORD = ''; // BDD Password
|
||||||
const SQL_DB = 'fitness'; // BDD Name
|
// const SQL_DB = 'fitness'; // BDD Name
|
||||||
|
|
||||||
private static $bdd;
|
private static $bdd;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user