Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
marcus-lodspeakr
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uib-ub
Spesialsamlingene
marcus-lodspeakr
Commits
1dadb803
Commit
1dadb803
authored
3 years ago
by
Stein Magne Bjorklund
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup Importer::showFinishing()
parent
001f1761
No related branches found
No related tags found
1 merge request
!18
Resolve "Remove all use of GLOBALS"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
classes/Importer.php
+8
-7
8 additions, 7 deletions
classes/Importer.php
with
8 additions
and
7 deletions
classes/Importer.php
+
8
−
7
View file @
1dadb803
...
@@ -350,18 +350,19 @@ class Importer
...
@@ -350,18 +350,19 @@ class Importer
echo
$doc
;
echo
$doc
;
}
}
private
function
showFinishing
()
private
function
showFinishing
()
:
void
{
{
$doc
=
"<html>
echo
<<<HTML
<html lang="eng">
<head>
<head>
<title>Finishing import</title>
<title>Finishing import</title>
</head>
</head>
<body>
<body>
<h2>Import finished</h2>
<h2>Import finished</h2>
Your new application is ready. Please go to the <a href='"
.
$this
->
basedir
.
"'>home page</a>.
Your new application is ready. Please go to the <a href='" . $this->basedir . "'>home page</a>.
</body>
</body>
</html>
"
;
</html>
echo
$doc
;
HTML
;
}
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment