From 4958a76f9a6eb982874074e5e0f53612b83d65bf Mon Sep 17 00:00:00 2001 From: 20xd6 <20xd6@airmail.cc> Date: Tue, 26 Jul 2022 13:29:08 -0400 Subject: [PATCH] Remove old csv reading code. --- blog/by_tag/index.php | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/blog/by_tag/index.php b/blog/by_tag/index.php index 5513f89..65945cd 100755 --- a/blog/by_tag/index.php +++ b/blog/by_tag/index.php @@ -4,34 +4,6 @@ echo "

Posts by Tag

"; echo "
"; - - //if(file_exists("tags.csv")){ - //echo "\n"; - //} function read_tags($tags_file){ $tags_csv = array_map('str_getcsv', file('tags.csv')); $tags_rows = sizeof($tags_csv);