Didnt remove debug Think I shouldnt be coding this eve
这个提交包含在:
父节点
f5efb96392
当前提交
0e8f47255a
共有 1 个文件被更改,包括 0 次插入 和 2 次删除
|
|
@ -55,8 +55,6 @@ class Clublog extends CI_Controller {
|
||||||
$filepath = $_SERVER['DOCUMENT_ROOT']."/".$file_info['server_path'];
|
$filepath = $_SERVER['DOCUMENT_ROOT']."/".$file_info['server_path'];
|
||||||
}
|
}
|
||||||
|
|
||||||
echo $filepath; exit;
|
|
||||||
|
|
||||||
if (function_exists('curl_file_create')) { // php 5.5+
|
if (function_exists('curl_file_create')) { // php 5.5+
|
||||||
$cFile = curl_file_create($filepath);
|
$cFile = curl_file_create($filepath);
|
||||||
} else { //
|
} else { //
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用