Logo de log

This commit is contained in:
Alan Garcia 2012-08-23 07:41:32 +00:00
parent 7b3e26cff5
commit c596e0c37c
4 changed files with 3 additions and 2 deletions

1
.gitattributes vendored
View File

@ -179,6 +179,7 @@ bureau/admin/images/help.png -text
bureau/admin/images/home.png -text
bureau/admin/images/ip.png -text
bureau/admin/images/lang.png -text
bureau/admin/images/logs.png -text
bureau/admin/images/mail.png -text
bureau/admin/images/minus.png -text
bureau/admin/images/mysql.png -text

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -32,7 +32,7 @@
?>
<div class="menu-box">
<div class="menu-title"><img src="images/help.png" alt="<?php __("Logs"); ?>" width="16" height="16" />&nbsp;<a href="logs_list.php"><?php __("Logs"); ?></a> </div>
<div class="menu-title"><img src="images/logs.png" alt="<?php __("Logs"); ?>" width="16" height="16" />&nbsp;<a href="logs_list.php"><?php __("Logs"); ?></a> </div>
</div>

View File

@ -79,7 +79,7 @@ class m_log {
return false;
}
$db->next_record();
$c=array("dir"=>"/var/alternc/logs/".$cuid."-".$db->f("login"));
$c=array("dir"=>ALTERNC_LOGS."/".$cuid."-".$db->f("login"));
return $c;
}