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