Skip to content

Commit

Permalink
Remove decrypt_hashes.php
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIII committed Jun 18, 2018
1 parent 066414c commit 8e377a4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 79 deletions.
2 changes: 0 additions & 2 deletions Blacklight/TmuxRun.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ protected function _runDehash(&$runVar)
$log = $this->writelog($runVar['panes']['one'][3]);
shell_exec(
"tmux respawnp -t{$runVar['constants']['tmux_session']}:1.3 ' \
{$runVar['commands']['_php']} {$runVar['paths']['misc']}update/decrypt_hashes.php 1000 $log; \
{$runVar['commands']['_php']} {$runVar['paths']['misc']}update/match_prefiles.php 1000 show $log; \
date +\"{$this->_dateFormat}\"; {$runVar['commands']['_sleep']} {$runVar['settings']['dehash_timer']}' 2>&1 1> /dev/null"
);
Expand All @@ -153,7 +152,6 @@ protected function _runDehash(&$runVar)
shell_exec(
"tmux respawnp -t{$runVar['constants']['tmux_session']}:1.3 ' \
{$runVar['commands']['_php']} {$runVar['paths']['misc']}update/tmux/bin/postprocess_pre.php {$runVar['constants']['pre_lim']} $log; \
{$runVar['commands']['_php']} {$runVar['paths']['misc']}update/decrypt_hashes.php 1000 $log; \
{$runVar['commands']['_php']} {$runVar['paths']['misc']}update/match_prefiles.php 1000 show $log; \
date +\"{$this->_dateFormat}\"; {$runVar['commands']['_sleep']} {$runVar['settings']['dehash_timer']}' 2>&1 1> /dev/null"
);
Expand Down
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2018-06-18 DariusIII
* Chg: Remove decrypt_hashes.php
* Chg: Update minimum MySQL version to 5.7 and MariaDB version to 10.2
* Fix: Prevent insertion of blank searchnames for releases
* Chg: Update nunomaduro/collision to version 2.0.3
Expand Down
4 changes: 2 additions & 2 deletions app/Http/Controllers/Admin/TmuxController.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ public function edit(Request $request)
$this->smarty->assign('backfill_group', ['Newest', 'Oldest', 'Alphabetical', 'Alphabetical - Reverse', 'Most Posts', 'Fewest Posts']);
$this->smarty->assign('backfill_days', ['Days per Group', 'Safe Backfill day']);
$this->smarty->assign('backfill_days_ids', [1, 2]);
$this->smarty->assign('dehash_ids', [0, 1, 2, 3]);
$this->smarty->assign('dehash_names', ['Disabled', 'Decrypt Hashes', 'Predb', 'All']);
$this->smarty->assign('dehash_ids', [0, 1]);
$this->smarty->assign('dehash_names', ['Disabled', 'Enabled']);
$this->smarty->assign('import_ids', [0, 1, 2]);
$this->smarty->assign('import_names', ['Disabled', 'Import - Do Not Use Filenames', 'Import - Use Filenames']);
$this->smarty->assign('releases_ids', [0, 1]);
Expand Down
75 changes: 0 additions & 75 deletions misc/update/decrypt_hashes.php

This file was deleted.

0 comments on commit 8e377a4

Please sign in to comment.