more compact ServerSalt #342

pull/348/head
El RIDO 2018-07-29 15:50:36 +02:00
parent 5db3412b69
commit 3470dcd9a8
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class ServerSalt extends AbstractPersistence
self::$_salt = self::generate();
self::_store(
self::$_file,
'<?php /* |' . self::$_salt . '| */ ?>'
'<?php # |' . self::$_salt . '|'
);
}
return self::$_salt;