8 lines
470 B
PHP
8 lines
470 B
PHP
<?php
|
|
|
|
/*********************************************************************************
|
|
SHA512 hash of the info page password, the preset password is the empty string.
|
|
Online hash generator: http://md5hashing.net/hashing/sha512
|
|
**********************************************************************************/
|
|
define('PASSHASH', 'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e');
|