Correction for linux system

This commit is contained in:
Mathieu Sanchez 2018-12-12 15:27:50 +09:00
parent 38c619544e
commit 9a8ad348d5
5 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
Options +FollowSymlinks
# Options +FollowSymlinks
RewriteEngine on
RewriteBase /

View File

@ -6,15 +6,15 @@ use Exception;
use PDO;
class BDD {
// const SQL_SERVER = 'http://web3.pulseheberg.net'; // BDD Server
// const SQL_LOGIN = 'why7n0_fitness'; // BDD Login
// const SQL_PASSWORD = 'KpB728zu'; // BDD Password
// const SQL_DB = 'why7n0_fitness'; // BDD Name
const SQL_SERVER = 'web3.pulseheberg.net'; // BDD Server
const SQL_LOGIN = 'why7n0_fitness'; // BDD Login
const SQL_PASSWORD = 'KpB728zu'; // BDD Password
const SQL_DB = 'why7n0_fitness'; // BDD Name
const SQL_SERVER = 'localhost'; // BDD Server
const SQL_LOGIN = 'root'; // BDD Login
const SQL_PASSWORD = ''; // BDD Password
const SQL_DB = 'fitness'; // BDD Name
// const SQL_SERVER = 'localhost'; // BDD Server
// const SQL_LOGIN = 'root'; // BDD Login
// const SQL_PASSWORD = ''; // BDD Password
// const SQL_DB = 'fitness'; // BDD Name
private static $bdd;