Ignore:
Timestamp:
May 21, 2008, 7:56:49 AM (16 years ago)
Author:
george
Message:

Přidáno: Stránkování výpisu restartů. Zaznamenávání mangosd.conf. Rychlé odkazy na vlákna v výpisu backtrace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • administrace/process_log.php

    r329 r362  
    5353//echo($Database->error);
    5454
     55$Log = addslashes(file_get_contents($MangosConfFile));
     56$Database->query('UPDATE `debug` SET Configuration="'.$Log.'" WHERE Id='.$InsertId);
     57
    5558// Clear log files
    5659unlink($MangosLogFile);
Note: See TracChangeset for help on using the changeset viewer.