|
@@ -1,12 +1,12 @@
|
1
|
1
|
<?
|
2
|
2
|
//**********************************************************************//
|
3
|
3
|
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Upload form ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
|
4
|
|
-// This page relies on the TORRENT_FORM class. All it does is call //
|
5
|
|
-// the necessary functions. //
|
|
4
|
+// This page relies on the TORRENT_FORM class. All it does is call //
|
|
5
|
+// the necessary functions. //
|
6
|
6
|
//----------------------------------------------------------------------//
|
7
|
|
-// $Properties, $Err and $UploadForm are set in takeupload.php, and //
|
8
|
|
-// are only used when the form doesn't validate and this page must be //
|
9
|
|
-// called again. //
|
|
7
|
+// $Properties, $Err and $UploadForm are set in takeupload.php, and //
|
|
8
|
+// are only used when the form doesn't validate and this page must be //
|
|
9
|
+// called again. //
|
10
|
10
|
//**********************************************************************//
|
11
|
11
|
|
12
|
12
|
ini_set('max_file_uploads', '100');
|