summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-20 21:06:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-20 21:06:55 +0000
commit3b378be5e864cc2b96a89e168e7dbe4541294040 (patch)
tree1f85429017559990242dae9b0fcc0538a9dfa60e
parent1a9a95f81304fd490ba388591543908138c29433 (diff)
downloadpfsense-3b378be5e864cc2b96a89e168e7dbe4541294040.zip
pfsense-3b378be5e864cc2b96a89e168e7dbe4541294040.tar.gz
Missing )
-rw-r--r--etc/inc/util.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/util.inc b/etc/inc/util.inc
index e655245..a3fd7ed 100644
--- a/etc/inc/util.inc
+++ b/etc/inc/util.inc
@@ -288,7 +288,7 @@ function mwexec_bg($command) {
/* unlink a file, if it exists */
function unlink_if_exists($fn) {
$to_do = glob($fn);
- if(is_array($to_do) {
+ if(is_array($to_do)) {
foreach($to_do as $filename)
if (file_exists($filename)) unlink($filename);
} else {
OpenPOWER on IntegriCloud