Skip to content

Commit a41f594

Browse files
committed
Update header.html
1 parent 4134d83 commit a41f594

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

web/templates/header.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html lang="en">
2+
<html>
33
<head>
44
<meta charset="utf-8">
55
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
@@ -10,12 +10,11 @@
1010
//
1111
// GLOBAL SETTINGS
1212
//
13-
GLOBAL = {};
13+
var GLOBAL = {};
1414
GLOBAL.FTP_USER_PREFIX = 'admin_';
1515
GLOBAL.DB_USER_PREFIX = 'admin_';
1616
GLOBAL.DB_DBNAME_PREFIX = 'admin_';
1717
GLOBAL.AJAX_URL = '';
1818
</script>
19-
2019
</head>
2120
<body class="body-<?=strtolower($TAB)?> lang-<?=$_SESSION['language']?>">

0 commit comments

Comments
 (0)