Didnt remove debug Think I shouldnt be coding this eve

pull/302/head
Peter Goodhall 2019-06-19 17:39:21 +01:00
rodzic f5efb96392
commit 0e8f47255a
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

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