mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 02:08:57 +00:00
7 lines
123 B
PHP
Executable File
7 lines
123 B
PHP
Executable File
<?php
|
|
|
|
require_once(dirname(__FILE__)."/../../../../../www/config.php");
|
|
require_once(WWW_DIR."/lib/postprocess.php");
|
|
|
|
?>
|