Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
739bd34a
Commit
739bd34a
authored
Jun 29, 2020
by
Dominik Hebeler
Browse files
changed url to metager app
parent
4aa9a21f
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
routes/web.php
View file @
739bd34a
...
...
@@ -228,7 +228,7 @@ Route::group(
return
response
()
->
streamDownload
(
function
()
{
$fh
=
null
;
try
{
$fh
=
fopen
(
"https://gitlab.metager.de/open-source/app-en/raw/latest/app/release/app-release
.apk?inline=false
"
,
"r"
);
$fh
=
fopen
(
"https://gitlab.metager.de/open-source/app-en/
-/
raw/latest/app/release
_manual
/app-release
_manual.apk
"
,
"r"
);
while
(
!
feof
(
$fh
))
{
echo
(
fread
(
$fh
,
1024
));
}
...
...
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