mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 18:58:56 +00:00
Missed some requires
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
require_once(dirname(__FILE__) . "/../../bin/config.php");
|
||||
require_once(WWW_DIR . "/lib/framework/db.php");
|
||||
require_once("../ColorCLI.php");
|
||||
|
||||
$pdo = new DB();
|
||||
$c = new ColorCLI();
|
||||
|
||||
Reference in New Issue
Block a user