From 3fdfec38c023a886f5669b6ccfae1c4603784d8b Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Mon, 9 Jan 2012 10:32:52 -0500 Subject: [PATCH] Better comments in core files, added dbad-license --- index.php | 16 +++++++++++++++- sys/common.php | 14 ++++++++++++++ sys/db.php | 19 +++++++++++++++++-- sys/miniMVC.php | 24 ++++++++++++++++++++++++ sys/output.php | 17 +++++++++++++++++ sys/page.php | 16 ++++++++++++++-- 6 files changed, 101 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index 13b9b9d..137ebd3 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,16 @@