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