delete unnecessary file

This commit is contained in:
Ryan Prather 2024-04-24 08:42:21 -04:00
parent d9acfd43c6
commit 129020f4dd

View File

@ -1,10 +0,0 @@
<?php
$cmd = getopt('f:');
$f = $cmd['f'] ?? null;
if (!$f) {
exit(1);
}
$file = file($f);