This commit is contained in:
Kload 2013-10-29 09:25:44 +00:00
parent dc00adc86e
commit c881274512
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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();