mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix porting error
This commit is contained in:
@@ -41,7 +41,7 @@ function run_query($query, $test)
|
||||
}
|
||||
}
|
||||
|
||||
$path = nZEDb_RES . 'db' . DS . 'schema' . DS . 'nntmux_fi_schema.sql';
|
||||
$path = NN_RES . 'db' . DS . 'schema' . DS . 'nntmux_fi_schema.sql';
|
||||
$handle = fopen($path, "r");
|
||||
if ($handle) {
|
||||
while (($line = fgets($handle)) !== false) {
|
||||
|
||||
@@ -12,6 +12,6 @@
|
||||
<precommit>9</precommit>
|
||||
<!-- this is the version of the pre-commit file in githooks NOT the files it calls -->
|
||||
</hooks>
|
||||
<commit>4536</commit></git>
|
||||
<commit>4537</commit></git>
|
||||
</versions>
|
||||
</newznab>
|
||||
|
||||
Reference in New Issue
Block a user