Skip to content

Commit

Permalink
Update to the check_update warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
August Trometer committed Aug 8, 2011
1 parent efc124c commit f341b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/check_hashes.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
if (!empty($messages)) { if (!empty($messages)) {


// you could email or SMS here, but we'll just echo out // you could email or SMS here, but we'll just echo out
echo 'WARNING! TAMPERING ALERT!' . PHP_EOL . PHP_EOL . (implode(PHP_EOL,$messages)) . PHP_EOL; echo 'DANGER WILL ROBINSON! TAMPERING ALERT!' . PHP_EOL . PHP_EOL . (implode(PHP_EOL,$messages)) . PHP_EOL;


} else { } else {


Expand Down

0 comments on commit f341b4a

Please sign in to comment.