mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-13 14:47:32 +08:00
init
This commit is contained in:
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user