Skip to content
Snippets Groups Projects
Commit 00e8f666 authored by Sean Madsen's avatar Sean Madsen
Browse files

Don't use <?php in code blocks

Previously this was necessary to get syntax highlighting to work, but
now just doing ```php will work.
parent 312a19e2
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ Create a civicrm.settings.test.php in the same directory as your
`civicrm.settings.php` using this template:
```php
<?php
define('CIVICRM_DSN', 'mysql://<USER>:<PASSWORD>@127.0.0.1:3306/<TEST_DB_NAME>?new_link=true');
require_once 'civicrm.settings.php';
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment