Don't actually enclose CAA records in brackets

This commit is contained in:
Marc-André Kolly
2019-07-29 14:27:44 +02:00
parent 95d47eb6c9
commit 16ccc273a9
3 changed files with 16 additions and 10 deletions

10
lib/userdata.inc.php.bak Normal file
View File

@@ -0,0 +1,10 @@
<?php
$sql['user'] = 'froxlor010';
$sql['password'] = 'fr0xl0r.TravisCI';
$sql['host'] = '127.0.0.1';
$sql['db'] = 'froxlor010';
$sql_root[0]['user'] = 'root';
$sql_root[0]['password'] = 'fr0xl0r.TravisCI';
$sql_root[0]['host'] = '127.0.0.1';
$sql_root[0]['caption'] = 'Test default';
$sql['debug'] = true;