Skip to content

Commit b4d67da

Browse files
committed
Fix small code issues.
1 parent 3e8e3b6 commit b4d67da

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

web/login/index.php

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,3 @@
1-
<!doctype html>
2-
<html>
3-
<head>
4-
<meta charset="utf-8">
5-
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
6-
<title>Hestia - <?=__($TAB)?></title>
7-
<link rel="stylesheet" href="/css/styles.min.css?1446554103">
8-
<link type="text/css" href="/css/jquery-custom-dialogs.css?1446554103" rel="stylesheet" />
9-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
10-
<script>
11-
//
12-
// GLOBAL SETTINGS
13-
//
14-
var GLOBAL = {};
15-
GLOBAL.FTP_USER_PREFIX = 'admin_';
16-
GLOBAL.DB_USER_PREFIX = 'admin_';
17-
GLOBAL.DB_DBNAME_PREFIX = 'admin_';
18-
GLOBAL.AJAX_URL = '';
19-
</script>
20-
</head>
21-
<body class="body-<?=strtolower($TAB)?> lang-<?=$_SESSION['language']?>">
22-
root@web02:/usr/local/hestia/web# nano mail/index.php ^C
23-
root@web02:/usr/local/hestia/web# cat login/index.php
241
<?php
252

263
define('NO_AUTH_REQUIRED',true);

web/templates/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Hestia - <?=__($TAB)?></title>
77
<link rel="stylesheet" href="/css/styles.min.css?1446554103">
88
<link type="text/css" href="/css/jquery-custom-dialogs.css?1446554103" rel="stylesheet" />
9-
<script src="/inc/jquery/jquery-3.3.1.slim.min"></script>
9+
<script src="/inc/jquery/jquery-3.3.1.slim.min.js"></script>
1010
<script>
1111
//
1212
// GLOBAL SETTINGS

0 commit comments

Comments
 (0)