summaryrefslogtreecommitdiffstats
path: root/etc/inc/crypt.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-19 03:19:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-19 03:19:22 +0000
commit5025a56c9f3506a112155129ae787958762683f8 (patch)
tree1ad9d3a2ea409edde54f4c3bb8ded8565e2ca2eb /etc/inc/crypt.inc
parente7d967d8da9f1b418b9cc7e0bbe9f11e1285b787 (diff)
downloadpfsense-5025a56c9f3506a112155129ae787958762683f8.zip
pfsense-5025a56c9f3506a112155129ae787958762683f8.tar.gz
* Add run_plugins() function
* Use run_plugins() function in filter.inc * Add plugin hook for parse_config and write_config
Diffstat (limited to 'etc/inc/crypt.inc')
-rw-r--r--etc/inc/crypt.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/inc/crypt.inc b/etc/inc/crypt.inc
index b9bbddd..8c56dca 100644
--- a/etc/inc/crypt.inc
+++ b/etc/inc/crypt.inc
@@ -1,4 +1,5 @@
<?php
+
/* $Id$ */
/*
Copyright (C) 2008 Shrew Soft Inc
@@ -99,4 +100,5 @@
return true;
}
-?>
+
+?> \ No newline at end of file
OpenPOWER on IntegriCloud