[svn r10118]

skala
NushiFirefox 19 years ago
parent 5d2d364019
commit 65c2a5b9c2
  1. 4
      main/admin/index.php

@ -1,4 +1,4 @@
<?php // $Id: index.php 10082 2006-11-21 19:08:15Z pcool $
<?php // $Id: index.php 10118 2006-11-22 16:14:01Z NushiFirefox $
/*
==============================================================================
Dokeos - elearning and course management software
@ -117,7 +117,7 @@ if ($_POST['Register'])
<li><a href="configure_extensions.php?display=search"><?php echo get_lang('SearchEngine'); ?></a></li>
<li><a href="configure_extensions.php?display=serverstats"><?php echo get_lang('ServerStatistics'); ?></a></li>
<li><a href="configure_extensions.php?display=bandwidthstats"><?php echo get_lang('BandWidthStatistics'); ?></a></li>
<li><a href="../statistics/index.php"><?php echo get_lang('Statistics_DokeosStatistics'); ?> </a></li>
<?php if(!empty($phpMyAdminPath)): ?>
<li><a href="<?php echo $phpMyAdminPath; ?>" target="_blank"><?php echo get_lang("AdminDatabases"); ?></a><br />(<?php echo get_lang("DBManagementOnlyForServerAdmin"); ?>)</li>
<?php endif; ?>

Loading…
Cancel
Save