Update Clublog.php
这个提交包含在:
父节点
11458ceafb
当前提交
bd8cbd5616
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -47,12 +47,12 @@ class Clublog extends CI_Controller {
|
|||
|
||||
$ranid = uniqid();
|
||||
|
||||
if ( ! write_file('uploads/clublog'.$ranid.'.adi', $string)) {
|
||||
if ( ! write_file('uploads/clublog'.$ranid.$station_row->station_id.'.adi', $string)) {
|
||||
echo 'Unable to write the file - Make the folder Upload folder has write permissions.';
|
||||
}
|
||||
else {
|
||||
|
||||
$file_info = get_file_info('uploads/clublog'.$ranid.'.adi');
|
||||
$file_info = get_file_info('uploads/clublog'.$ranid.$station_row->station_id.'.adi');
|
||||
|
||||
// initialise the curl request
|
||||
$request = curl_init('https://clublog.org/putlogs.php');
|
||||
|
|
|
|||
正在加载…
在新工单中引用