mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Remove simple_yenc and yydecode
This commit is contained in:
+1
-11
@@ -50,7 +50,7 @@ if (defined('NN_INSTALLER') && NN_INSTALLER !== false) {
|
||||
}
|
||||
}
|
||||
|
||||
app\extensions\util\Yenc::config(
|
||||
app\extensions\util\Yenc(
|
||||
[
|
||||
'default' => [
|
||||
'adapter' => $adapter
|
||||
@@ -63,15 +63,5 @@ app\extensions\util\Yenc::config(
|
||||
'php' => [
|
||||
'adapter' => 'Php'
|
||||
],
|
||||
|
||||
'simple' => [
|
||||
'adapter' => 'SimplePhpYencDecode'
|
||||
],
|
||||
|
||||
'ydecode' => [
|
||||
'adapter' => 'Ydecode'
|
||||
],
|
||||
]
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user