Didnt remove debug Think I shouldnt be coding this eve

This commit is contained in:
Peter Goodhall
2019-06-19 17:39:21 +01:00
parent f5efb96392
commit 0e8f47255a

View File

@@ -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 { //