Skip to content

Commit

Permalink
added link to rss feed
Browse files Browse the repository at this point in the history
  • Loading branch information
1ntel committed Jun 1, 2012
1 parent 83db0de commit b24fbaf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
data/log.php
data\log.php
data/status.php
data\status.php

#################
## Eclipse
Expand Down
1 change: 1 addition & 0 deletions check.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ function testLadaDirect () {
return array( "code" => "good", "text" => "Нет" );
}
return array( "code" => "warning", "text" => "Есть" );
save( 'data/LadaDirect.txt', array($html) );
}

function testInternetConnection () {
Expand Down
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<title><?=$page['title']?></title>
<meta charset="utf-8" />
<meta http-equiv="refresh" content="10">
<link title="Feed" type="application/rss+xml" rel="alternate" href="feed.php"/>
<style>

body{
Expand Down

0 comments on commit b24fbaf

Please sign in to comment.