mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 01:38:54 +00:00
256f1089eb
rearranged the panels
8 lines
86 B
PHP
Executable File
8 lines
86 B
PHP
Executable File
<?php
|
|
|
|
$newzpath = getenv('NEWZPATH');
|
|
require_once("$newzpath/www/config.php");
|
|
|
|
?>
|
|
|