/********************************************************************** * * gtd.php * * The main() of getting things done * **********************************************************************/ session_start(); include("allincludes.php"); //------ Counter ----------------------------------- define("_BBC_PAGE_NAME", "gtd.php - $page"); define("_BBCLONE_DIR", "bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?>