|
@@ -43,7 +43,7 @@ class Save
|
|
|
if ($search && $search > 0) {
|
|
|
$image['search'] .= '_' . $search;
|
|
|
}
|
|
|
- //file_put_contents(DEVER_PATH . 'web/data/upload.txt', var_export($image, true));
|
|
|
+ //file_put_contents(Dever::data() . 'upload.txt', var_export($image, true));
|
|
|
if ($image['file']) {
|
|
|
|
|
|
if (is_array($image['file']) && isset($image['file'][0])) {
|