mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 14:04:45 -04:00
Fix typos.
This commit is contained in:
parent
96480a5c50
commit
b40ae3480f
2 changed files with 2 additions and 3 deletions
|
@ -20,7 +20,7 @@ modulejs.define('info', ['$', 'config'], function ($, config) {
|
||||||
'<span id="logout">logout</span>' +
|
'<span id="logout">logout</span>' +
|
||||||
'<div id="hint">' +
|
'<div id="hint">' +
|
||||||
'The preset password is the empty string, so just hit login. ' +
|
'The preset password is the empty string, so just hit login. ' +
|
||||||
'You might change it in the index file if you want to keep these informations private!' +
|
'You might change it in the index file to keep this information private.' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'</div>',
|
'</div>',
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,7 @@
|
||||||
|
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
SHA1 hash of the info page password, the preset password is the
|
SHA1 hash of the info page password, the preset password is the
|
||||||
empty string. You might change it if you want to keep these
|
empty string. You might change it to keep this information private.
|
||||||
informations private.
|
|
||||||
Online hash generator: http://www.sha1.cz/
|
Online hash generator: http://www.sha1.cz/
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
define("PASSHASH", "da39a3ee5e6b4b0d3255bfef95601890afd80709");
|
define("PASSHASH", "da39a3ee5e6b4b0d3255bfef95601890afd80709");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue