1.将 /opt/lampp/htdocs/lepus/application/views/login.php 文件中
第6行
<title><?php echo $this->lang->line('login'); ?>-<?php echo $this->lang->line('lepus'); ?> <?php echo $this->lang->line('database_monitor_system'); ?></title>
修改为:
<title><?php echo $this->lang->line('login'); ?>-<?php echo $this->lang->line('lepus'); ?> <?php echo 监控系统 ?></title>
第66行
<span style="float:left;"><img src="./images/logo.png"/></span><a class="brand" href="<?php echo site_url('index')?>"> <span class="first"><?php echo $this->lang->line('lepus'); ?></span> <span class="second"><?php echo $this->lang->line('database_monitor_system'); ?></span></a>
修改为
<span style="float:left;"><img src="./images/logo.png"/></span><a class="brand" href="<?php echo site_url('index')?>"> <span class="first"><?php echo 天兔?></span> <span class="second"><?php echo 监控系统?></span></a>