Didnt remove debug Think I shouldnt be coding this eve

这个提交包含在:
Peter Goodhall 2019-06-19 17:39:21 +01:00
父节点 f5efb96392
当前提交 0e8f47255a

查看文件

@ -55,8 +55,6 @@ class Clublog extends CI_Controller {
$filepath = $_SERVER['DOCUMENT_ROOT']."/".$file_info['server_path'];
}
echo $filepath; exit;
if (function_exists('curl_file_create')) { // php 5.5+
$cFile = curl_file_create($filepath);
} else { //