1.3版
This commit is contained in:
13
lastRSS_show.php
Normal file
13
lastRSS_show.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
!defined('EMLOG_ROOT') && exit('access deined!');
|
||||
$action = isset($_GET['action']) ? $_GET['action'] : '';
|
||||
if ($action == 'update') {
|
||||
updateLogs();
|
||||
exit;
|
||||
} elseif ($action == 'ajaxshow') {
|
||||
header('Content-type: application/x-javascript');
|
||||
echo displayLog();
|
||||
exit;
|
||||
}
|
||||
echo 'access deined!';
|
||||
?>
|
||||
Reference in New Issue
Block a user