Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
1be3ebb3
Commit
1be3ebb3
authored
Sep 18, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
interfaces: fix crash report of gettext()
parent
cc1c8eb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
interfaces_gif.php
src/www/interfaces_gif.php
+8
-6
No files found.
src/www/interfaces_gif.php
View file @
1be3ebb3
<?php
<?php
/*
/*
Copyright (C) 2014-2015 Deciso B.V.
Copyright (C) 2014-2015 Deciso B.V.
Copyright (C) 2008 Ermal Luçi
Copyright (C) 2008 Ermal Luçi
...
@@ -152,14 +153,15 @@ $main_buttons = array(
...
@@ -152,14 +153,15 @@ $main_buttons = array(
</strong></span>
</strong></span>
<?=
gettext
(
"GIF tunnels are configured here."
);
?>
<?=
gettext
(
"GIF tunnels are configured here."
);
?>
<br
/><br
/>
<br
/><br
/>
<?=
sprintf
(
gettext
(
<?=
sprintf
(
gettext
(
'If you are using a GIF tunnel to connect to a Hurricane Electric (he.net) Tunnel Broker '
.
'If you are using a GIF tunnel to connect to a Hurricane Electric (he.net) Tunnel Broker '
.
'on a WAN with a dynamic IP, you may want to add a %sHE.net Tunnelbroker dynamic DNS entry%s '
.
'on a WAN with a dynamic IP, you may want to add a %sHE.net Tunnelbroker dynamic DNS entry%s '
.
'to keep your tunnel functional when your IP changes.'
,
'to keep your tunnel functional when your IP changes.'
'<a href="services_dyndns.php">'
,
)
,
'</a>'
'<a href="services_dyndns.php">'
,
));
'</a>'
?>
</p>
);
?>
</p>
</div>
</div>
</form>
</form>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment