summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_filemanager.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-04 09:17:58 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-04 09:18:07 -0400
commitfcefc856394bafcbf953768683c5c62864d36df1 (patch)
tree3408f526ba8fb9dbed9f05818c6bc9801f2dcc15 /src/usr/local/www/services_captiveportal_filemanager.php
parent075c6dfa86306cb3edc61f326f373eb0b4a66e17 (diff)
downloadpfsense-fcefc856394bafcbf953768683c5c62864d36df1.zip
pfsense-fcefc856394bafcbf953768683c5c62864d36df1.tar.gz
Merge pull request #2813 from NOYB/Services_/_Captive_Portal_-_Remove_Personalizations
(cherry picked from commit cbe2d30f3b69f35ee2a174e931209a49cee594c6)
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