|
|
|
@ -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; ?> |
|
|
|
|