mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Whoops
This commit is contained in:
parent
dc00adc86e
commit
c881274512
2 changed files with 2 additions and 2 deletions
|
@ -199,7 +199,7 @@ function serve(uri)
|
||||||
-- Load login.html as index
|
-- Load login.html as index
|
||||||
if rel_path == "/" then
|
if rel_path == "/" then
|
||||||
if is_logged_in() then
|
if is_logged_in() then
|
||||||
rel_path = "/panel.ms"
|
rel_path = "/info.html"
|
||||||
else
|
else
|
||||||
rel_path = "/login.html"
|
rel_path = "/login.html"
|
||||||
end
|
end
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<script src="assets/js/jquery-1.10.2.min.js"></script>
|
<script src="assets/js/jquery-1.10.2.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="gradient" style="overflow: hidden">
|
<body class="gradient" style="overflow: hidden">
|
||||||
<iframe name="glu" id="glu" width="100%" src="https://megusta7.com/webmaaail/" style=""></iframe>
|
<iframe name="glu" id="glu" width="100%" src="/" style=""></iframe>
|
||||||
<script>
|
<script>
|
||||||
var ynh = {};
|
var ynh = {};
|
||||||
ynh.jquery = jQuery.noConflict();
|
ynh.jquery = jQuery.noConflict();
|
||||||
|
|
Loading…
Add table
Reference in a new issue