summaryrefslogtreecommitdiffstats
path: root/plugins/webinterface
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/webinterface')
-rw-r--r--plugins/webinterface/php_interface.cpp2
-rw-r--r--plugins/webinterface/www/mobile/interface.php2
-rw-r--r--plugins/webinterface/www/mobile/torrent.php4
3 files changed, 4 insertions, 4 deletions
diff --git a/plugins/webinterface/php_interface.cpp b/plugins/webinterface/php_interface.cpp
index fe98c00..9e2a577 100644
--- a/plugins/webinterface/php_interface.cpp
+++ b/plugins/webinterface/php_interface.cpp
@@ -82,7 +82,7 @@ namespace kt
TorrentStats stats;
//Priority file_priority;
TQString status;
- out << "function downloadtqStatus()\n{\nreturn array(";
+ out << "function downloadStatus()\n{\nreturn array(";
TQPtrList<TorrentInterface>::iterator i= core->getQueueManager()->begin();
for(int k=0; i != core->getQueueManager()->end(); i++, k++)
diff --git a/plugins/webinterface/www/mobile/interface.php b/plugins/webinterface/www/mobile/interface.php
index d2fdea9..3f5e88b 100644
--- a/plugins/webinterface/www/mobile/interface.php
+++ b/plugins/webinterface/www/mobile/interface.php
@@ -59,7 +59,7 @@
echo "<td>Checking Data</td>";
break;
default:
- echo "<td>Not supported tqStatus</td>";
+ echo "<td>Not supported Status</td>";
}
echo "<td>$perc%</td>";
$a=$a+1;
diff --git a/plugins/webinterface/www/mobile/torrent.php b/plugins/webinterface/www/mobile/torrent.php
index 31d980e..b041d3f 100644
--- a/plugins/webinterface/www/mobile/torrent.php
+++ b/plugins/webinterface/www/mobile/torrent.php
@@ -31,7 +31,7 @@
<tbody>
<?php
echo "<tr>";
- echo "<td><strong>tqStatus: </strong></td>";
+ echo "<td><strong>Status: </strong></td>";
switch ($t['status']) {
case 0:
echo "<td>NOT_STARTED</td>";
@@ -67,7 +67,7 @@
echo "<td>CHECKING_DATA</td>";
break;
default:
- echo "<td>Not supported tqStatus</td>";
+ echo "<td>Not supported Status</td>";
}
echo "</tr>";
echo "<tr>";