Revize 1490
Přidáno uživatelem Ondřej Fibich před více než 12 roky(ů)
freenetis/branches/network/application/models/message.php | ||
---|---|---|
|
||
// ip count stats
|
||
$ip_count = 0;
|
||
|
||
// delete old redirections
|
||
/*Database::instance()->delete('messages_ip_addresses', array
|
||
(
|
||
'message_id' => $message->id
|
||
));*/
|
||
|
||
// first sql for inserting transfers
|
||
$sql_insert = "INSERT INTO messages_ip_addresses "
|
freenetis/branches/network/system/core/Kohana.php | ||
---|---|---|
// clean content
|
||
ob_clean();
|
||
// send error header required for unit tester
|
||
header('HTTP/1.1 500 Internal Server Error');
|
||
@header('HTTP/1.1 500 Internal Server Error');
|
||
// enable content
|
||
ob_start();
|
||
|
Také k dispozici: Unified diff
Upravy:
- oprava chyboveho nezobrazeneho hlaseni (#209)