Code: Select all
#!/usr/bin/php
<?php
define('IN_PHPBB', true);
$phpbb_root_path = './phpBB/';
$phpEx = 'php';
include($phpbb_root_path . 'common.' . $phpEx);
$cache->purge();
garbage_collection();
exit_handler();
Code: Select all
#!/usr/bin/php
<?php
define('IN_PHPBB', true);
$phpbb_root_path = './phpBB/';
$phpEx = 'php';
include($phpbb_root_path . 'common.' . $phpEx);
$cache->purge();
garbage_collection();
exit_handler();