Added missing ? character

This commit is contained in:
laf
2015-05-05 22:58:58 +01:00
parent 2f1151045f
commit e4405dbbe3
3 changed files with 3 additions and 3 deletions
@@ -134,7 +134,7 @@ Change the values to the right of the equal sign for lines beginning with `$conf
Change the value of `$config['snmp']['community']` from `public` to whatever your read-only SNMP community is. If you have multiple communities, set it to the most common.
** Be sure you have no characters (including whitespace like: newlines, spaces, tabs, etc) outside of the `<?php>` blocks. Your graphs will break otherwise. **
** Be sure you have no characters (including whitespace like: newlines, spaces, tabs, etc) outside of the `<?php?>` blocks. Your graphs will break otherwise. **
### Initialise the database ###
@@ -143,7 +143,7 @@ Add the following line to the end of `config.php`:
$config['fping'] = "/usr/sbin/fping";
** Be sure you have no characters (including whitespace like: newlines, spaces, tabs, etc) outside of the `<?php>` blocks. Your graphs will break otherwise. **
** Be sure you have no characters (including whitespace like: newlines, spaces, tabs, etc) outside of the `<?php?>` blocks. Your graphs will break otherwise. **
### Initialise the database ###
@@ -58,7 +58,7 @@ Change the values to the right of the equal sign for lines beginning with `$conf
Change the value of `$config['snmp']['community']` from `public` to whatever your read-only SNMP community is. If you have multiple communities, set it to the most common.
** Be sure you have no characters (including whitespace like: newlines, spaces, tabs, etc) outside of the `<?php>` blocks. Your graphs will break otherwise. **
** Be sure you have no characters (including whitespace like: newlines, spaces, tabs, etc) outside of the `<?php?>` blocks. Your graphs will break otherwise. **
### Initialise the database ###