diff options
Diffstat (limited to 'main.inc.php')
-rw-r--r-- | main.inc.php | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/main.inc.php b/main.inc.php index a160604..18c844f 100644 --- a/main.inc.php +++ b/main.inc.php @@ -1,6 +1,9 @@ <?php +define('RPMPHP_VERSION', '1.0.0-dev'); + require 'config.inc.php'; require '/usr/share/php/Smarty/Smarty.class.php'; +require 'FedoraClient.php'; $smarty = new Smarty(); @@ -9,8 +12,8 @@ $smarty->compile_dir = 'smarty/templates_c'; $smarty->cache_dir = 'smarty/cache'; $smarty->config_dir = 'smarty/configs'; -$ariane[] = array( - 'url' => './', - 'text' => 'Reports home' +$ariane[] = array ( + 'url' => './', + 'text' => 'Reports home' ); ?>
\ No newline at end of file |