summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_filemanager.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-30 23:49:22 -0700
committerNOYB <Al_Stu@Frontier.com>2016-03-30 23:49:22 -0700
commitdef535d95f8d32ae60de0077e0b584739be6a692 (patch)
tree1922a57f2cab737f15df9b35d3f9ac618bd75173 /src/usr/local/www/services_captiveportal_filemanager.php
parent83354deaa56b7dd2336b37db5b7733494015d625 (diff)
downloadpfsense-def535d95f8d32ae60de0077e0b584739be6a692.zip
pfsense-def535d95f8d32ae60de0077e0b584739be6a692.tar.gz
Services / Captive Portal - Remove Personalizations
Remove "you" personalizations.
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..92527b9 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