bludit/content/databases/posts.php

50 lines
1.3 KiB
PHP
Raw Normal View History

2015-03-08 18:02:59 +01:00
<?php defined('BLUDIT') or die('Bludit CMS.'); ?>
{
"autoincrement": 1,
"posts": {
"lorem-text": {
"allow_comments": true,
"unixstamp": 1425343829,
"description": "111111",
"hash": "asdasd23r32r23rqwda",
"status": "published",
"related_post": [
"loremTest"
],
"tags": [
"lorem",
"impusm",
"lala"
],
"username": "admin"
},
"lorem\u6307\u51fa": {
"allow_comments": true,
"unixstamp": 1422836401,
"description": "2222222",
"hash": "asdasd23r32r23rqwda",
"status": "published",
"related_post": [],
"tags": [
"lorem",
"impusm",
"lala"
],
"username": "diego"
},
"loremTest": {
"allow_comments": true,
"unixstamp": 1422836401,
"description": "2222222",
"hash": "asdasd23r32r23rqwda",
"status": "published",
"related_post": [],
"tags": [
"lorem",
"impusm",
"lala"
],
"username": "diego"
}
}
}