Merge branch 'develop' of https://github.com/dahut87/MarkDoc into develop
This commit is contained in:
commit
df1927a589
|
@ -11,4 +11,5 @@ define('ACCESS_IP', '');
|
||||||
define('HISTORY_FILE', 'history');
|
define('HISTORY_FILE', 'history');
|
||||||
define('MAX_HISTORY_FILES', 5);
|
define('MAX_HISTORY_FILES', 5);
|
||||||
define('LANGUAGE', 'en');
|
define('LANGUAGE', 'en');
|
||||||
define('PRIVATE',false);
|
define('ACCESS_PRIVATE',false);
|
||||||
|
define('PHOTO_EXT','jpg,svg,gif,png,webp');
|
||||||
|
|
|
@ -45,7 +45,7 @@ define('ACCESS_IP', '');
|
||||||
define('HISTORY_FILE', 'history.txt');
|
define('HISTORY_FILE', 'history.txt');
|
||||||
define('MAX_HISTORY_FILES', 5);
|
define('MAX_HISTORY_FILES', 5);
|
||||||
define('LANG', 'en');
|
define('LANG', 'en');
|
||||||
define('ACCESS_PRIVATE', 'en');
|
define('ACCESS_PRIVATE', 'false');
|
||||||
```
|
```
|
||||||
|
|
||||||
**NOTE**:
|
**NOTE**:
|
||||||
|
@ -54,4 +54,4 @@ There is no default password. To generate it, use the sha512sum command line lik
|
||||||
```bash
|
```bash
|
||||||
user@computer:~$ echo -en "password"|sha512sum|cut -d " " -f1
|
user@computer:~$ echo -en "password"|sha512sum|cut -d " " -f1
|
||||||
b109f3bbbc244eb82441917ed06d618b9008dd09b3befd1b5e07394c706a8bb980b1d7785e5976ec049b46df5f1326af5a2ea6d103fd07c95385ffab0cacbc86
|
b109f3bbbc244eb82441917ed06d618b9008dd09b3befd1b5e07394c706a8bb980b1d7785e5976ec049b46df5f1326af5a2ea6d103fd07c95385ffab0cacbc86
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue