xiuno_plugin/Last_waterfall/hook/forum_end.php

13 lines
259 B
PHP
Raw Permalink Normal View History

2018-12-15 14:22:07 +08:00
<?php exit;
if($ajax) {
$forum = forum_safe_info($forum);
foreach($threadlist as &$thread) $thread = thread_safe_info($thread);
message(0, array('threadlist'=>$threadlist ));
}
//include _include(APP_PATH.'plugin/Last_waterfall/index.html');
//exit;
?>