This commit is contained in:
20xd6 2022-07-07 22:24:46 -04:00
parent bedc11a4ce
commit 01de94a893

View File

@ -28,7 +28,8 @@
?>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<?php//If a tags file is present parse it and add any tags found to the renderd page's metadata.
<?php
//If a tags file is present parse it and add any tags found to the renderd page's metadata.
if(file_exists('tags')){
$tag_data_raw = fopen('tags',"r");
$tag_data = fread($tag_data_raw, filesize('tags'));