Revision 50124de1
Added by Jim Pingle over 14 years ago
usr/local/www/status_filter_reload.php | ||
---|---|---|
69 | 69 |
<?php include("fbegin.inc"); ?> |
70 | 70 |
<br/> |
71 | 71 |
<a href="/status_filter_reload.php?reloadfilter=true"><input type="button" value="Reload Filter" id="reloadfilter"></a> |
72 |
<?php if ($config["installedpackages"]["carpsettings"]["config"][0]["pfsyncpeerip"] != ""): ?> |
|
72 |
<?php if (is_array($config["installedpackages"]["carpsettings"]["config"][0]) && $config["installedpackages"]["carpsettings"]["config"][0]["pfsyncpeerip"] != ""): ?>
|
|
73 | 73 |
|
74 | 74 |
<a href="/status_filter_reload.php?syncfilter=true"><input type="button" value="Force Config Sync" id="syncfilter"></a> |
75 | 75 |
<? endif; ?> |
Also available in: Unified diff
Check if this is an array first, just in case.