diff --git a/html/bt/inc/binteger.php b/html/bt/inc/binteger.php
index c600c683d4..e481f2631e 100755
--- a/html/bt/inc/binteger.php
+++ b/html/bt/inc/binteger.php
@@ -4,6 +4,9 @@
* Bittorrent features.
* An integer starts with "i", has the value and then ends with "e".
*/
+
+$cvs_version_tracker[]="\$Id: belement.inc 12611 2007-05-08 08:25:13Z jbk $"; //Generated automatically - do not edit
+
class BInteger {
private function __construct(){
}
diff --git a/html/bt/inc/blist.php b/html/bt/inc/blist.php
index 7355740709..9963b36615 100755
--- a/html/bt/inc/blist.php
+++ b/html/bt/inc/blist.php
@@ -4,6 +4,9 @@
* It implements a BEncoded list - which always starts with l and ends with e.
* In PHP lists are simply non-keyed (ie. standard keyed) arrays.
*/
+
+$cvs_version_tracker[]="\$Id: belement.inc 12611 2007-05-08 08:25:13Z jbk $"; //Generated automatically - do not edit
+
class BList {
private function __construct(){
}
diff --git a/html/bt/inc/bstring.php b/html/bt/inc/bstring.php
new file mode 100755
index 0000000000..50ebf16388
--- /dev/null
+++ b/html/bt/inc/bstring.php
@@ -0,0 +1,36 @@
+
\ No newline at end of file