mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 18:58:56 +00:00
Remove dependency on config.php in www/admin by requesting smarty.php directly
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
require_once("config.php");
|
||||
require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . 'smarty.php';
|
||||
|
||||
|
||||
use nntmux\Contents;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
require_once("config.php");
|
||||
require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . 'smarty.php';
|
||||
|
||||
|
||||
use nntmux\DnzbFailures;
|
||||
|
||||
Reference in New Issue
Block a user