Update compile_database.php
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
// Function to sort words into files based on the first two characters
|
||||
function sort_hashesh($inputFile) {
|
||||
function sort_hashes($inputFile) {
|
||||
// Open the input file for reading
|
||||
$handle = fopen($inputFile, "r");
|
||||
if ($handle === false) {
|
||||
|
||||
Reference in New Issue
Block a user