4 lines
47 B
PHP
Executable File
4 lines
47 B
PHP
Executable File
<?php
|
|
global $_ERRORS;
|
|
$_ERRORS = array();
|
|
?>
|