X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/220a0a7280b0fc7baa5a26123ac32b148c567d83..24d92ab1a3273b9aa6e678f3d381ef9f931ceeb6:/success.php diff --git a/success.php b/success.php new file mode 100644 index 00000000..6af07ef6 --- /dev/null +++ b/success.php @@ -0,0 +1,36 @@ +add($i18n->get('msg.success')); +if ($auth->isAuthenticated()) $smarty->assign('authenticated', true); // Used in header.tpl for menu display. + +$smarty->assign('title', $i18n->get('title.success')); +$smarty->assign('content_page_name', 'success.tpl'); +$smarty->display('index.tpl');