Update index.sh
This commit is contained in:
parent
368350c741
commit
fe5f2e9d01
4
index.sh
4
index.sh
|
@ -8,11 +8,11 @@ echo "<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Zingbox OpenVPN Server</title>
|
<title>Simple OpenVPN Server</title>
|
||||||
</head>
|
</head>
|
||||||
<body>"
|
<body>"
|
||||||
|
|
||||||
echo "<h1>Zingbox OpenVPN Server</h1>"
|
echo "<h1>Simple OpenVPN Server</h1>"
|
||||||
|
|
||||||
eval `echo "${QUERY_STRING}"|tr '&' ';'`
|
eval `echo "${QUERY_STRING}"|tr '&' ';'`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue