Files
newznab-tmux/bin/config.php
T
2013-01-02 00:28:23 -05:00

9 lines
132 B
PHP
Executable File

<?php
$newzpath = getenv('NEWZPATH');
require_once("$newzpath/www/config.php");
require_once(WWW_DIR."/lib/postprocess.php");
?>