Correction for linux system
This commit is contained in:
		@@ -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;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user