Remove dependency on config.php in www/admin by requesting smarty.php directly

This commit is contained in:
Amir Zarrinkafsh
2017-05-31 15:26:01 +10:00
parent 8a576a99cd
commit d4e1bbff32
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<?php
require_once("config.php");
require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . 'smarty.php';
use nntmux\Contents;
+1 -1
View File
@@ -1,5 +1,5 @@
<?php
require_once("config.php");
require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . 'smarty.php';
use nntmux\DnzbFailures;