From 9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 10 Feb 2019 11:16:07 +0800 Subject: Initial commit. --- blog/sbs_1/dbloglist.php | 75 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 blog/sbs_1/dbloglist.php (limited to 'blog/sbs_1/dbloglist.php') diff --git a/blog/sbs_1/dbloglist.php b/blog/sbs_1/dbloglist.php new file mode 100644 index 0000000..c2bd137 --- /dev/null +++ b/blog/sbs_1/dbloglist.php @@ -0,0 +1,75 @@ + + + + + + + Chrisoft::Development Blog + + + + + + + + + + + + + "; + } + } + ?> + + + + +
+ Chrisoft::Development Blog +
+
Deprecated. The new blog system is available here.
+ Development blog.
+ Most posts here are in English... +
+ "; + $cur=sprintf("%s",substr($files[$i],0,strlen($files[$i])-4),$title); + echo $cur; + echo ""; + echo $date; + echo "
+ Proudly powered by SBS (the stupid blogging system).
+ Content licensed under CC BY-SA 4.0. +
+ -- cgit v1.2.3