X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/8d0d50765bc4cd7b98fc28dbccbf4284d034d466..9fb59d5f9af3618e443aba9cc459f4bc682ccceb:/admin.php?ds=sidebyside diff --git a/admin.php b/admin.php index 5ae2d6e..80b18b1 100755 --- a/admin.php +++ b/admin.php @@ -32,19 +32,8 @@ if (file_exists (JIRAFEAU_ROOT . 'install.php') exit; } -/* Check if the install.php script is still in the directory. */ -if (file_exists (JIRAFEAU_ROOT . 'install.php')) -{ - require (JIRAFEAU_ROOT . 'lib/template/header.php'); - echo '

'. - t('Installer script still present') . - '

'; - require (JIRAFEAU_ROOT.'lib/template/footer.php'); - exit; -} - /* Disable admin interface if we have a empty admin password. */ -if (!$cfg['admin_password']) +if (empty($cfg['admin_password'])) { require (JIRAFEAU_ROOT . 'lib/template/header.php'); echo '

'.