Browse code

Version bumped to 1.05.2

Clarissa Walker authored on 2015/09/14 07:58:58
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1 1
 <?php
2 2
 $id = "<a href=\"http://www.rivetcode.com\">RivetTracker</a> ";
3
-$version = "Version: 1.05.1";
3
+$version = "Version: 1.05.2";
4 4
 ?>
5 5
\ No newline at end of file
Browse code

Cosmetic change. Originally no space between ID and version. Fixed.

Clarissa Walker authored on 2015/09/10 19:47:27
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1 1
 <?php
2
-$id = "<a href=\"http://www.rivetcode.com\">RivetTracker</a>";
2
+$id = "<a href=\"http://www.rivetcode.com\">RivetTracker</a> ";
3 3
 $version = "Version: 1.05.1";
4 4
 ?>
5 5
\ No newline at end of file
Browse code

Proper version handling instead of the original form. Variable was undefined, so every time the index was hit, the error log would get flooded with the same undefined variable message.

Clarissa Walker authored on 2015/09/10 19:41:49
Showing 1 changed files
... ...
@@ -1,3 +1,4 @@
1 1
 <?php
2
-echo "Version: 1.05.1";
2
+$id = "<a href=\"http://www.rivetcode.com\">RivetTracker</a>";
3
+$version = "Version: 1.05.1";
3 4
 ?>
4 5
\ No newline at end of file
Browse code

Version bumped to 1.05.1

Clarissa Walker authored on 2015/09/10 03:25:52
Showing 1 changed files
... ...
@@ -1,3 +1,3 @@
1 1
 <?php
2
-echo "Version: 1.05";
2
+echo "Version: 1.05.1";
3 3
 ?>
4 4
\ No newline at end of file
Browse code

Checks added to some files: torrent_functions.php, tracker.php dltorrent.php's check changed to authenticate no matter what Some fixes and modifications from 2014: index.php, funcsv2.php, batch_upload.php, newtorrents.php, install.php, editconfig.php Version bumped up to 1.05

Clarissa Walker authored on 2015/08/30 00:06:28
Showing 1 changed files
... ...
@@ -1,3 +1,3 @@
1 1
 <?php
2
-echo "Version: 1.04";
2
+echo "Version: 1.05";
3 3
 ?>
4 4
\ No newline at end of file
Browse code

Import from the old rivettracker git repository at sourceforge (amisaph/amisapphire branch)

Clarissa Walker (ami-sapphire) authored on 2014/01/24 14:02:23
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,3 @@
1
+<?php
2
+echo "Version: 1.04";
3
+?>
0 4
\ No newline at end of file