mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix missing Page in index.php
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
2015-10-21 DariusIII
|
||||
Fix: missing Page in index.php
|
||||
2015-10-17 DariusIII
|
||||
Chg: Move classes into newznab folder, adjust rest of the files accordingly.
|
||||
Remove tmux/lib/folder completely, redo db as schena,sql in resources/db/schema folder.
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
require_once 'smarty.php';
|
||||
|
||||
use newznab\db\Settings;
|
||||
use newznab\Page;
|
||||
|
||||
$page = new Page;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user