This commit is contained in:
chendelin1982 2022-11-01 15:36:15 +08:00
parent 012ebcb506
commit 25e26c36bc
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
<script src="../*/po.js"></script>
<script>
function getInfo(){
cockpit.file("/usr/share/cockpit/sysinfo/info.txt").read().then((content, tag) => {
cockpit.file("/data/credentials/password.txt").read().then((content, tag) => {
document.getElementById("sysinfo").innerText = content
})
.catch(error => {

View file

@ -8,6 +8,6 @@
</head>
<body>
<iframe src="http://47.92.175.174/phpmyadmin/" width="100%" height="100%"></iframe>
<iframe src="/phpmyadmin/" width="100%" height="100%"></iframe>
</body>
</html>