mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
plugin
This commit is contained in:
parent
012ebcb506
commit
25e26c36bc
2 changed files with 2 additions and 2 deletions
|
@ -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 => {
|
||||
|
|
|
@ -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>
|
Loading…
Reference in a new issue