From e7f2ea12dd551b2e6ec5eaa34f3e30f356404d33 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 31 Jul 2005 06:09:19 +0000 Subject: [PATCH] Comment file_put_contents --- etc/inc/pfsense-utils.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 75fbd6b1f4..f5ae170e47 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -173,6 +173,12 @@ function return_filename_as_array($filename, $strip = array('#')) { return $file; } +/****f* pfsense-utils/file_put_contents + * NAME + * file_put_contents - Wrapper for file_put_contents if it doesn't exist + * RESULT + * none + ******/ if(!function_exists("file_put_contents")) { function file_put_contents($filename, $data) { $fd = fopen($filename,"w");