mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
thanks to kevin123 lots of changes
This commit is contained in:
Executable
+15
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
require_once("config.php");
|
||||
require_once(WWW_DIR."/lib/postprocess.php");
|
||||
|
||||
$i=1;
|
||||
while($i=1)
|
||||
{
|
||||
{
|
||||
$postprocess = new PostProcess(true);
|
||||
$postprocess->processUnwanted();
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user