9 lines
122 B
PHP
9 lines
122 B
PHP
<?php
|
|
|
|
error_reporting(0);
|
|
|
|
include "helpers/status.php";
|
|
include "helpers/piwik.php";
|
|
include "helpers/browser.php";
|
|
|
|
?>
|