diff options
author | Naglfar <naglfar@tilde.institute> | 2021-01-13 00:42:46 +0100 |
---|---|---|
committer | Naglfar <naglfar@tilde.institute> | 2021-01-13 00:42:46 +0100 |
commit | f8fc06be595434911e798790a819ed7ac43c9a21 (patch) | |
tree | 793c6dec7434e08e05162393a4fcebd80c6e29cf | |
parent | 5770e1c03d65d6c7882e343c10435681e16e69e7 (diff) | |
download | MightyWVMS-f8fc06be595434911e798790a819ed7ac43c9a21.tar.gz |
Rename index of video categories
-rw-r--r-- | php/rd-procedures.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/rd-procedures.php b/php/rd-procedures.php index 9f4d586..b6648dd 100644 --- a/php/rd-procedures.php +++ b/php/rd-procedures.php @@ -16,5 +16,5 @@ if(!empty($vdata[1])) } $vdata = file($dpath.$wsdata[4].'/toc/'.$vid, FILE_IGNORE_NEW_LINES); -$cindex = file($dpath.$wsdata[4].'/'.$channel, FILE_IGNORE_NEW_LINES); +$cindex = file($dpath.$wsdata[4].'/category', FILE_IGNORE_NEW_LINES); ?> |