add sub news in config

This commit is contained in:
wlx 2014-06-11 02:47:56 +00:00
parent 24cddfc4e8
commit 2a73b322c6
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ auth.mcryptcode = C21x9#1bi1ev5
auth.certmix = $JkXDF354Lf auth.certmix = $JkXDF354Lf
auth.domain = sanjiangyuan.org.cn auth.domain = sanjiangyuan.org.cn
sub.metadata = grasslandmd sub.metadata = grasslandmd
sub.news = grassland
sub.search = grasslandmd sub.search = grasslandmd
google.maps.api=ABQIAAAACD-MqkkoOm60o_dvwdcKVhRBSKpgcP88GYi6r2Of16IkMX_4YhSBQsywCi4J2_fh4nBuWmK7gyRjLg google.maps.api=ABQIAAAACD-MqkkoOm60o_dvwdcKVhRBSKpgcP88GYi6r2Of16IkMX_4YhSBQsywCi4J2_fh4nBuWmK7gyRjLg

View File

@ -385,7 +385,7 @@ class Archive
".$data['ts_published'].", ".$data['ts_published'].",
".$data['is_pub'].", ".$data['is_pub'].",
".$data['body'].", ".$data['body'].",
'".$config->sub->metadata."' '".$config->sub->news."'
) )
RETURNING id"; RETURNING id";
try{ try{