add composer

This commit is contained in:
xiaomlove
2021-01-13 19:32:26 +08:00
parent 1eb5d8441e
commit 0541f2a6c0
665 changed files with 889 additions and 150 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
require_once("../include/bittorrent.php");
dbconn();
if ($useCronTriggerCleanUp) {
$return = autoclean();
if ($return) {
echo $return."\n";
} else {
echo "Clean-up not triggered.\n";
}
} else {
echo "Forbidden. Clean-up is set to be browser-triggered.\n";
}