From 026d71e239250d743efc2d1c4cfb19f26e1cd03e Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Sat, 10 Nov 2018 11:24:51 -0300 Subject: [PATCH] tags for a page --- install.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.php b/install.php index 3b9cb0ee..6d31d996 100644 --- a/install.php +++ b/install.php @@ -463,9 +463,9 @@ function install($adminPassword, $timezone) // File tags.php $data = array( - 'bludit'=>array('name'=>'Bludit', 'description'=>'', 'template'=>'', 'list'=>array('welcome')), - 'cms'=>array('name'=>'CMS', 'description'=>'', 'template'=>'', 'list'=>array('welcome')), - 'flat-files'=>array('name'=>'Flat files', 'description'=>'', 'template'=>'', 'list'=>array('welcome')) + 'bludit'=>array('name'=>'Bludit', 'description'=>'', 'template'=>'', 'list'=>array('follow-bludit')), + 'cms'=>array('name'=>'CMS', 'description'=>'', 'template'=>'', 'list'=>array('follow-bludit')), + 'flat-files'=>array('name'=>'Flat files', 'description'=>'', 'template'=>'', 'list'=>array('follow-bludit')) ); file_put_contents(PATH_DATABASES.'tags.php', $dataHead.json_encode($data, JSON_PRETTY_PRINT), LOCK_EX);