/* Include Files *********************/
session_start();
include("allincludes.php");
/*************************************/
?>
GTD - Getting Things Done (an adaptation of David Allen's ideas)
Welcome to an adaptation of David Allen's ideas and principles. Getting Things Done! Your road map to getting organized and living a stress-free more productive life.
$count = getUserCount();
?>
echo $count; ?> Registered Users! Join the many Today!
displayLogin(); ?>
/* displayMainPage(); */ ?>
global $logged_in;
/* if all has been set, we are in business */
if($logged_in)
{ ?>
Main Page
}
?>