mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
fixed kevin123's files not copying properly
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
require(dirname(__FILE__)."/config.php");
|
||||
require(WWW_DIR.'/lib/postprocess.php');
|
||||
$version="0.1r724";
|
||||
$version="0.1r725";
|
||||
|
||||
$db = new DB();
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ if [[ $EN_IMDB == "true" ]]; then
|
||||
fi
|
||||
|
||||
#import kevin123's compression mod
|
||||
if [[ $KEVINS_COMP == "true" ]]; then
|
||||
if [[ $KEVIN_SAFER == "true" ]] || [[ $PARSING_MOD == "true" ]]; then
|
||||
cd $DIR"/kevin123"
|
||||
cp -frv * $NEWZPATH/www/lib/
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user