7 lines
78 B
PHP
7 lines
78 B
PHP
<?php
|
|
|
|
global $IGNORED_EVENTS;
|
|
$IGNORED_EVENTS = array(2907, 3168, 3445);
|
|
|
|
?>
|