summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_filemanager.php
diff options
context:
space:
mode:
authorOrsiris de Jong <ozy@netpower.fr>2016-04-20 16:00:16 +0200
committerOrsiris de Jong <ozy@netpower.fr>2016-04-20 16:00:16 +0200
commit57cb8d30df7eb921192a53c4216f1f167a597a2e (patch)
tree87e5eca39a8480952b34b92cccfa7c66d1847e2b /src/usr/local/www/services_captiveportal_filemanager.php
parent2f0044059a440f507fa343863bc2b0cca685dcf6 (diff)
parent69b8328d8596392d9d6049f304dd6da6ecbe1622 (diff)
downloadpfsense-57cb8d30df7eb921192a53c4216f1f167a597a2e.zip
pfsense-57cb8d30df7eb921192a53c4216f1f167a597a2e.tar.gz
Merge pull request #1 from pfsense/master
sync with upstream
Diffstat (limited to 'src/usr/local/www/services_captiveportal_filemanager.php')
-rw-r--r--src/usr/local/www/services_captiveportal_filemanager.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/local/www/services_captiveportal_filemanager.php b/src/usr/local/www/services_captiveportal_filemanager.php
index f7b1637..68834a7 100644
--- a/src/usr/local/www/services_captiveportal_filemanager.php
+++ b/src/usr/local/www/services_captiveportal_filemanager.php
@@ -276,14 +276,14 @@ endif;
<div class="infoblock panel panel-default">
<div class="panel-heading"><h2 class="panel-title"><?=gettext("Notes");?></h2></div>
<div class="panel-body">
- <?=gettext("Any files that you upload here with the filename prefix of captiveportal- will " .
+ <?=gettext("Any files that are uploaded here with the filename prefix of captiveportal- will " .
"be made available in the root directory of the captive portal HTTP(S) server. " .
- "You may reference them directly from your portal page HTML code using relative paths. " .
- "Example: you've uploaded an image with the name 'captiveportal-test.jpg' using the " .
- "file manager. Then you can include it in your portal page like this:")?><br /><br />
+ "They may be referenced directly from the portal page HTML code using relative paths. " .
+ "Example: An image uploaded with the name 'captiveportal-test.jpg' using the " .
+ "file manager can then be included in the portal page like this:")?><br /><br />
<pre>&lt;img src=&quot;captiveportal-test.jpg&quot; width=... height=...&gt;</pre><br />
- <?=gettext("In addition, you can also upload .php files for execution. You can pass the filename " .
- "to your custom page from the initial page by using text similar to:")?><br /><br />
+ <?=gettext("In addition, .php files can also be uploaded for execution. The filename can be passed " .
+ "to the custom page from the initial page by using text similar to:")?><br /><br />
<pre>&lt;a href="/captiveportal-aup.php?zone=$PORTAL_ZONE$&amp;redirurl=$PORTAL_REDIRURL$"&gt;<?=gettext("Acceptable usage policy"); ?>&lt;/a&gt;</pre><br />
<?=sprintf(gettext("The total size limit for all files is %s."), format_bytes($g['captiveportal_element_sizelimit']))?>
</div>
OpenPOWER on IntegriCloud