Update compile_database.php

This commit is contained in:
jakani24
2024-02-17 15:58:30 +01:00
parent 1e4deb7300
commit d5f7ebbfb9

View File

@@ -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) {