Add files via upload

This commit is contained in:
Last
2018-12-15 14:22:07 +08:00
committed by GitHub
parent dc9690f8c6
commit 75dffd5066
12 changed files with 756 additions and 0 deletions

View 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;
**/