Remove problems from code inspection.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
// konstanten.php
|
||||
define('MYSQL_HOST', 'localhost');
|
||||
define('MYSQL_USER', 'root');
|
||||
define('MYSQL_PASS', 'lmaa,dw.');
|
||||
define('MYSQL_DATABASE', 'wille');
|
||||
?>
|
||||
const MYSQL_HOST = 'localhost';
|
||||
const MYSQL_USER = 'root';
|
||||
const MYSQL_PASS = 'lmaa,dw.';
|
||||
const MYSQL_DATABASE = 'wille';
|
||||
|
||||
Reference in New Issue
Block a user