From 61d1aa04d8d44b17bfe6dace90088669fc6c3df8 Mon Sep 17 00:00:00 2001 From: Kyle McFarland Date: Wed, 31 Jan 2018 00:51:07 -0600 Subject: Initial import * Registration system's almost done * Just part way through implementing tasks So not much done yet, but it's a start. --- tasks.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tasks.php (limited to 'tasks.php') diff --git a/tasks.php b/tasks.php new file mode 100644 index 0000000..5834bdf --- /dev/null +++ b/tasks.php @@ -0,0 +1,13 @@ +render("tasks.tmpl", array( + "danger_alerts" => $danger_alerts, + "success_alerts" => $success_alerts, + "sess_info" => $sess_info +)); + +?> -- cgit v1.1