Changeset 1731062
- Timestamp:
- 09/17/2017 01:32:08 AM (9 years ago)
- Location:
- pse-pornoscraperexecutor
- Files:
-
- 1 added
- 2 edited
- 2 copied
-
tags/1.0.2 (added)
-
tags/1.0.2/PSE.php (copied) (copied from pse-pornoscraperexecutor/trunk/PSE.php) (1 diff)
-
tags/1.0.2/readme.txt (copied) (copied from pse-pornoscraperexecutor/trunk/readme.txt) (1 diff)
-
trunk/PSE.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pse-pornoscraperexecutor/tags/1.0.2/PSE.php
r1729561 r1731062 192 192 $titulo = str_replace(" ", "_", $titulo); 193 193 194 $filename = realpath(wp_upload_dir()['path'])."/".$titulo.".".$filetype['ext']; 194 $upldir = wp_upload_dir(); 195 196 $filename = realpath($upldir['path'])."/".$titulo.".".$filetype['ext']; 195 197 196 198 file_put_contents($filename, $datosimagen); -
pse-pornoscraperexecutor/tags/1.0.2/readme.txt
r1729561 r1731062 58 58 == Changelog == 59 59 60 =1.0.2= 61 * Fixed bug over PHP 5.3 62 60 63 = 1.0.1 = 61 64 * Bug correction: now PSE alerts if permalinks are disabled -
pse-pornoscraperexecutor/trunk/PSE.php
r1729561 r1731062 192 192 $titulo = str_replace(" ", "_", $titulo); 193 193 194 $filename = realpath(wp_upload_dir()['path'])."/".$titulo.".".$filetype['ext']; 194 $upldir = wp_upload_dir(); 195 196 $filename = realpath($upldir['path'])."/".$titulo.".".$filetype['ext']; 195 197 196 198 file_put_contents($filename, $datosimagen); -
pse-pornoscraperexecutor/trunk/readme.txt
r1729561 r1731062 58 58 == Changelog == 59 59 60 =1.0.2= 61 * Fixed bug over PHP 5.3 62 60 63 = 1.0.1 = 61 64 * Bug correction: now PSE alerts if permalinks are disabled
Note: See TracChangeset
for help on using the changeset viewer.