From 579859d94729c8eadc96d35d1fbd4cc3fa7d4b0d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 30 May 2010 09:11:52 +0200 Subject: Set version for rpmphp, display version and license on index page --- index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index dc6f25a..c8cc868 100644 --- a/index.php +++ b/index.php @@ -70,6 +70,8 @@ try { sprintf("%s ERREUR : %s\n", date("r"), $e->getMessage()) ); } +$smarty->assign('rpmphp_version', RPMPHP_VERSION); +$smarty->assign('fedcli_version', FEDORACLIENT_VERSION); $page_content = $smarty->fetch('index.tpl'); $smarty->assign('page_content', $page_content); -- cgit