Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Firmware
Manage
Activity
Members
Labels
Plan
Issues
23
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Firmware-Developer
Firmware
Merge requests
!189
remove splash
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
remove splash
se-remove-splash
into
master
Overview
0
Commits
4
Pipelines
3
Changes
27
Merged
Stephan
requested to merge
se-remove-splash
into
master
2 years ago
Overview
0
Commits
4
Pipelines
3
Changes
27
Expand
0
0
Merge request reports
Compare
master
version 2
45816e60
2 years ago
version 1
334dcc17
2 years ago
master (base)
and
latest version
latest version
950644c9
4 commits,
2 years ago
version 2
45816e60
3 commits,
2 years ago
version 1
334dcc17
2 commits,
2 years ago
27 files
+
19
−
737
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
27
Search (e.g. *.vue) (Ctrl+P)
files/18.06/usr/lib/www/page-pre.sh
+
0
−
8
Options
@@ -2,13 +2,6 @@
# Copyright (C) 2006 - present, Stephan Enderlein<stephan@freifunk-dresden.de>
# GNU General Public License Version 3
#redirect to splash
if
[
"
$SERVER_PORT
"
=
"81"
-a
"
$ALLOW_PAGE
"
!=
"1"
]
;
then
export
DOCUMENT_ROOT
=
"/www/splash"
"
$DOCUMENT_ROOT
"
/index.cgi
exit
0
fi
.
/usr/lib/www/page-functions.sh
eval
$(
/usr/lib/ddmesh/ddmesh-utils-network-info.sh all
)
eval
$(
/usr/lib/ddmesh/ddmesh-utils-wifi-info.sh
)
@@ -53,7 +46,6 @@ cat<<EOF
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
$SPLASH_BASE
<title>
$_ddmesh_node
[
$in_ifname
] -
$TITLE
</title>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<meta content="no-cache" http-equiv="cache-control">
Loading