Update
This commit is contained in:
parent
bedc11a4ce
commit
01de94a893
@ -28,7 +28,8 @@
|
|||||||
?>
|
?>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
<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')){
|
if(file_exists('tags')){
|
||||||
$tag_data_raw = fopen('tags',"r");
|
$tag_data_raw = fopen('tags',"r");
|
||||||
$tag_data = fread($tag_data_raw, filesize('tags'));
|
$tag_data = fread($tag_data_raw, filesize('tags'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user