diff --git a/bin/monitor.php b/bin/monitor.php index 94447a599..ac36f20b6 100644 --- a/bin/monitor.php +++ b/bin/monitor.php @@ -2,7 +2,7 @@ require(dirname(__FILE__)."/config.php"); require(WWW_DIR.'/lib/postprocess.php'); -$version="0.1r724"; +$version="0.1r725"; $db = new DB(); diff --git a/scripts/fix_files.sh b/scripts/fix_files.sh index 4bb4e16bb..8dc2c5c74 100755 --- a/scripts/fix_files.sh +++ b/scripts/fix_files.sh @@ -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