Skip to content

Commit

Permalink
trying to add rss
Browse files Browse the repository at this point in the history
  • Loading branch information
1ntel committed May 23, 2012
1 parent 080abc9 commit 868d846
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions check.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,12 @@ function print_status ($status) {

$array['data'] = $data;

$array_old = load( 'status.php' );

$array_diff[] = array_diff($array, $array_old);

chdir( dirname( __FILE__ ) );
save( 'log.php', $array_diff );
save( 'status.php', $array );

//return $array;
Expand Down

0 comments on commit 868d846

Please sign in to comment.