Logo de log
This commit is contained in:
parent
7b3e26cff5
commit
c596e0c37c
|
@ -179,6 +179,7 @@ bureau/admin/images/help.png -text
|
||||||
bureau/admin/images/home.png -text
|
bureau/admin/images/home.png -text
|
||||||
bureau/admin/images/ip.png -text
|
bureau/admin/images/ip.png -text
|
||||||
bureau/admin/images/lang.png -text
|
bureau/admin/images/lang.png -text
|
||||||
|
bureau/admin/images/logs.png -text
|
||||||
bureau/admin/images/mail.png -text
|
bureau/admin/images/mail.png -text
|
||||||
bureau/admin/images/minus.png -text
|
bureau/admin/images/minus.png -text
|
||||||
bureau/admin/images/mysql.png -text
|
bureau/admin/images/mysql.png -text
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<div class="menu-box">
|
<div class="menu-box">
|
||||||
<div class="menu-title"><img src="images/help.png" alt="<?php __("Logs"); ?>" width="16" height="16" /> <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" /> <a href="logs_list.php"><?php __("Logs"); ?></a> </div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -79,7 +79,7 @@ class m_log {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
$db->next_record();
|
$db->next_record();
|
||||||
$c=array("dir"=>"/var/alternc/logs/".$cuid."-".$db->f("login"));
|
$c=array("dir"=>ALTERNC_LOGS."/".$cuid."-".$db->f("login"));
|
||||||
return $c;
|
return $c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue