mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-04 15:44:07 +01:00
* [ADD] Unit testing. Work in progress
* [MOD] Improved Public Links key generation * [MOD] Code refactoring
This commit is contained in:
@@ -253,7 +253,7 @@ class PublicLinkRepositoryTest extends DatabaseTestCase
|
||||
$hash = pack('H*', '313065363937306666653833623531393234356635333433333732626366663433376461623565356134386238326131653238636131356235346635');
|
||||
|
||||
$useInfo = [
|
||||
'who' => '127.0.0.1',
|
||||
'who' => SELF_IP_ADDRESS,
|
||||
'time' => time(),
|
||||
'hash' => $hash,
|
||||
'agent' => 'Mozilla/Firefox',
|
||||
|
||||
Reference in New Issue
Block a user