diff --git a/e107_languages/English/admin/help/fileinspector.php b/e107_languages/English/admin/help/fileinspector.php index a07684427..88510cbdd 100644 --- a/e107_languages/English/admin/help/fileinspector.php +++ b/e107_languages/English/admin/help/fileinspector.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/fileinspector.php,v $ -| $Revision: 1.2 $ -| $Date: 2006-12-07 16:18:51 $ +| $Revision: 1.3 $ +| $Date: 2007-03-19 17:03:14 $ | $Author: sweetas $ +----------------------------------------------------------------------------+ */ @@ -39,13 +39,13 @@ $text = "
 Non Core File
"; $ns -> tablerender("File Key", $text); -$text = "The file inspector scans and analyses the files on your sites server. When the inspector encounters +$text = "The file inspector scans and analyses the files on your sites server. When the inspector encounters an e107 core file, it checks it for file consistency to make sure it isn't corrupted."; if ($pref['developer']) { $text .= "

-The additional string matching tool (developer mode only) enables you to scan the files on your server for text strings -using regular expressions. The regex engine in use is PHP's PCRE +The additional string matching tool (developer mode only) enables you to scan the files on your server for text strings +using regular expressions. The regex engine in use is PHP's PCRE (the preg_* functions), so enter your query as #pattern#modifiers in the fields provided."; }