8 lines
131 B
PHP
8 lines
131 B
PHP
|
<?php
|
||
|
define("IN_MYBB", 1);
|
||
|
define('THIS_SCRIPT', 'index.php');
|
||
|
|
||
|
require("../forum/htdocs/global.php");
|
||
|
$cache->update_stats();
|
||
|
?>
|