Changeset 919


Ignore:
Timestamp:
Feb 23, 2022, 10:27:08 AM (2 years ago)
Author:
chronos
Message:
  • Fixed: Updated web link in log records.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Log/Log.php

    r912 r919  
    7171      (
    7272        'Title' => $Line['Module'].' '.$Line['Operation'].' ('.$Line['UserName'].', '.$Line['IPAddress'].')',
    73         'Link' => 'https://'.$this->System->Config['Web']['Host'].$this->System->Link('/log.php'),
     73        'Link' => 'https://'.$this->System->Config['Web']['Host'].$this->System->Link('/is/?t=Log&a=list'),
    7474        'Description' => $Line['Module'].' '.$Line['Operation'].': '.$Line['Value'].' ('.$Line['UserName'].
    7575          ', '.$Line['IPAddress'].', '.HumanDate($Line['Time']).')',
Note: See TracChangeset for help on using the changeset viewer.