mirror of
https://github.com/myvesta/vesta
synced 2025-08-13 01:57:57 -07:00
Update header.html
This commit is contained in:
parent
4134d83769
commit
a41f594fb5
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
|
||||
|
@ -10,12 +10,11 @@
|
|||
//
|
||||
// GLOBAL SETTINGS
|
||||
//
|
||||
GLOBAL = {};
|
||||
var GLOBAL = {};
|
||||
GLOBAL.FTP_USER_PREFIX = 'admin_';
|
||||
GLOBAL.DB_USER_PREFIX = 'admin_';
|
||||
GLOBAL.DB_DBNAME_PREFIX = 'admin_';
|
||||
GLOBAL.AJAX_URL = '';
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body class="body-<?=strtolower($TAB)?> lang-<?=$_SESSION['language']?>">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue