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
6882250b
Commit
6882250b
authored
Sep 22, 2016
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
console: early install and interface mismatch crawling by
parent
1eabf82e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
config.console.inc
src/etc/inc/config.console.inc
+3
-2
No files found.
src/etc/inc/config.console.inc
View file @
6882250b
<?php
/*
Copyright (C) 2015 Franco Fichtner <franco@opnsense.org>
Copyright (C) 2015
-2016
Franco Fichtner <franco@opnsense.org>
Copyright (C) 2004-2010 Scott Ullrich <sullrich@gmail.com>
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>
All rights reserved.
...
...
@@ -28,7 +28,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
function
timeout
(
$timer
=
7
)
function
timeout
(
$timer
=
5
)
{
while
(
!
isset
(
$key
))
{
if
(
$timer
>=
9
)
{
echo
chr
(
8
)
.
chr
(
8
)
.
(
$timer
==
9
?
chr
(
32
)
:
null
)
.
"
{
$timer
}
"
;
}
...
...
@@ -44,6 +44,7 @@ function timeout($timer = 7)
break
;
}
}
return
$key
;
}
...
...
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