From 8fabf77b2a7720a357c63817c07035a9908818a0 Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 10 Nov 2021 17:53:50 +0100 Subject: Update --- Neutron-trunk/replace.php | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 Neutron-trunk/replace.php (limited to 'Neutron-trunk/replace.php') diff --git a/Neutron-trunk/replace.php b/Neutron-trunk/replace.php deleted file mode 100644 index 2908207..0000000 --- a/Neutron-trunk/replace.php +++ /dev/null @@ -1,35 +0,0 @@ -") ?>', '") ?>', file_get_contents($dir . "/" . $file))); - $size = $size + filesize($dir . "/" . $file); - $found = $found + count(file($dir . "/" . $file)); - } - } - } - return $found; -} - -if (PHP_SAPI === 'cli') -{ - echo("Couting lines..."); - crawl($cwd); - echo("\nDONE!\n\nTotal code is " . $found . " lines long."); - echo("({$size} bytes)"); -} -- cgit