Add files via upload
This commit is contained in:
12
Last_waterfall/hook/thread_info_end.php
Normal file
12
Last_waterfall/hook/thread_info_end.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php exit;
|
||||
|
||||
if($ajax) {
|
||||
$thread = thread_safe_info($thread);
|
||||
$first = thread_safe_info($first);
|
||||
foreach($postlist as &$post) $post = post_safe_info($post);
|
||||
message(0, array('thread'=>$thread, 'first'=>$first, 'postlist'=>$postlist));
|
||||
}
|
||||
/**
|
||||
//include _include(APP_PATH.'plugin/Last_waterfall/index.html');
|
||||
//exit;
|
||||
**/
|
Reference in New Issue
Block a user