Skip to content
This repository was archived by the owner on Mar 7, 2018. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This is just a test repository to work with Git commands.
This is second just a test repository to work with Git commands.
1 change: 1 addition & 0 deletions newFile.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ANother Edit
Empty file added newFile2.txt
Empty file.
4 changes: 2 additions & 2 deletions opml.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* OPML Parser
*
* @author Clint Ecker <phaedo@phaedo.cx>
* @copyright Copyright (c) 2003 The MIT License
* @copyright Copyright2 (c) 2003 The MIT License
* @version 1.0.2
* @package External
* @subpackage OPML Parser
Expand Down Expand Up @@ -36,4 +36,4 @@ function load() {
echo "<a href=\"$path_to_opml/". basename($this->file) . "\">Download OPML File</a>";
}
}
?>
?>