File tree Expand file tree Collapse file tree 2 files changed +1
-24
lines changed
Expand file tree Collapse file tree 2 files changed +1
-24
lines changed Original file line number Diff line number Diff line change 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
263define ('NO_AUTH_REQUIRED ' ,true );
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments