We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4134d83 commit a41f594Copy full SHA for a41f594
1 file changed
web/templates/header.html
@@ -1,5 +1,5 @@
1
<!doctype html>
2
-<html lang="en">
+<html>
3
<head>
4
<meta charset="utf-8">
5
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
@@ -10,12 +10,11 @@
10
//
11
// GLOBAL SETTINGS
12
13
- GLOBAL = {};
+ var GLOBAL = {};
14
GLOBAL.FTP_USER_PREFIX = 'admin_';
15
GLOBAL.DB_USER_PREFIX = 'admin_';
16
GLOBAL.DB_DBNAME_PREFIX = 'admin_';
17
GLOBAL.AJAX_URL = '';
18
</script>
19
-
20
</head>
21
<body class="body-<?=strtolower($TAB)?> lang-<?=$_SESSION['language']?>">
0 commit comments