PHP 7.0 compatibility (short tags replaced by normal)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
ini_set('display_errors', '1');
|
||||
define('DB_HOST','localhost');
|
||||
define('DB_USER','root');
|
||||
define('DB_PASSWD','');
|
||||
define('DB_PASSWD','qwerty');
|
||||
define('DB_NAME','uf2');
|
||||
define('DB_PREFIX','uf_');
|
||||
define('VERSION','2.0.0');
|
||||
|
||||
Reference in New Issue
Block a user