Add quote.

This commit is contained in:
Zdenek Borovec 2024-09-17 22:59:38 +02:00
parent b55582438a
commit cba4ac7c28

View file

@ -63,6 +63,8 @@ $quote_arr = [
that the idea was completely obvious and simple.", that the idea was completely obvious and simple.",
"Given a choice between dancing pigs and security, "Given a choice between dancing pigs and security,
users will pick dancing pigs every time.", users will pick dancing pigs every time.",
"Schrodinger's backup: The condition of any backup is unknown
until a restore is attempted.",
]; ];
$quote_author_arr = [ $quote_author_arr = [
@ -91,6 +93,7 @@ $quote_author_arr = [
"Jeremy Goldberg", "Jeremy Goldberg",
"EatenByAGrue", "EatenByAGrue",
"Edward Felten", "Edward Felten",
"OpenBSD handbook",
]; ];
?> ?>