添加生成pc页面功能

ct-mobile-first
ycc 5 years ago
parent 853aa183a1
commit a358c49f58

@ -50,6 +50,7 @@ class Index extends CI_Controller
* | select time_local,http_referer,request_uri,http_user_agent,http_x_forwarded_for * | select time_local,http_referer,request_uri,http_user_agent,http_x_forwarded_for
remote_addr,request_method,request_time,status,body_bytes_sent,upstream_response_time from log where remote_addr,request_method,request_time,status,body_bytes_sent,upstream_response_time from log where
request_uri NOT like '%.jpg' request_uri NOT like '%.jpg'
and request_uri NOT like '%.JPG'
and request_uri NOT like '%.png' and request_uri NOT like '%.png'
and request_uri NOT like '%.gif' and request_uri NOT like '%.gif'
and request_uri NOT like '%.css' and request_uri NOT like '%.css'
@ -63,6 +64,7 @@ class Index extends CI_Controller
and request_uri NOT like '/secureforms/form_token' and request_uri NOT like '/secureforms/form_token'
and request_uri NOT like '/ip/' and request_uri NOT like '/ip/'
and request_uri NOT like '/ajax/getads/' and request_uri NOT like '/ajax/getads/'
and request_uri NOT like '/public/template/footer.html'
and remote_addr='$ip' and remote_addr='$ip'
";//ORDER BY time_local ASC 时间精度不够,会导致相同排序错误,只能用系统默认排序 ";//ORDER BY time_local ASC 时间精度不够,会导致相同排序错误,只能用系统默认排序
/* /*

@ -20,6 +20,7 @@
<link rel="dns-prefetch" href="//connect.facebook.net"> <link rel="dns-prefetch" href="//connect.facebook.net">
<link rel="dns-prefetch" href="//www.facebook.com"> <link rel="dns-prefetch" href="//www.facebook.com">
<link href="https://data.chinahighlights.com/css/mobile-first.css?v=120911" rel="stylesheet"> <link href="https://data.chinahighlights.com/css/mobile-first.css?v=120911" rel="stylesheet">
</head> </head>
<body> <body>

Loading…
Cancel
Save