cvs: smarty /docs/en/designers/language-custom-functions language-function-fetch.xml
[email protected] ("Peter 'Mash' Morgan") Mon, 13 Mar 2006 22:49:36 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvspete_morgan1142290176@cvsserver> |
pete_morgan Mon Mar 13 22:49:36 2006 UTC
Modified files:
/smarty/docs/en/designers/language-custom-functions
language-function-fetch.xml
Log:
tweaks
http://cvs.php.net/viewcvs.cgi/smarty/docs/en/designers/language-custom-functions/language-function-fetch.xml?r1=1.10&r2=1.11&diff_format=u
Index: smarty/docs/en/designers/language-custom-functions/language-function-fetch.xml
diff -u smarty/docs/en/designers/language-custom-functions/language-function-fetch.xml:1.10 smarty/docs/en/designers/language-custom-functions/language-function-fetch.xml:1.11
--- smarty/docs/en/designers/language-custom-functions/language-function-fetch.xml:1.10 Mon Mar 13 22:48:14 2006
+++ smarty/docs/en/designers/language-custom-functions/language-function-fetch.xml Mon Mar 13 22:49:36 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<sect1 id="language.function.fetch">
<title>{fetch}</title>
<para>
@@ -63,7 +63,7 @@
<title>Technical Note</title>
<para>
If template <link linkend="variable.security">$security</link>
- is turned on and you are
+ is enabled and you are
fetching a file from the local file system, {fetch} will only allow
files from within one of the defined
<link linkend="variable.secure.dir">secure directories</link>.