dever il y a 5 ans
Parent
commit
6db294557f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/Save.php

+ 1 - 1
src/Save.php

@@ -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])) {