Add files via upload
This commit is contained in:
13
Last_waterfall/hook/forum_end.php
Normal file
13
Last_waterfall/hook/forum_end.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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;
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user