mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Didnt remove debug Think I shouldnt be coding this eve
This commit is contained in:
@@ -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 { //
|
||||
|
||||
Reference in New Issue
Block a user