Changeset 3151053
- Timestamp:
- 09/12/2024 07:01:59 PM (15 months ago)
- Location:
- wp-editor/trunk
- Files:
-
- 4 edited
-
classes/WPEditorAjax.php (modified) (1 diff)
-
classes/WPEditorBrowser.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
wpeditor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-editor/trunk/classes/WPEditorAjax.php
r2456726 r3151053 114 114 } 115 115 116 $real_file = preg_replace('#^phar://#i', '', $real_file); 116 117 if ( file_exists( $real_file ) ) { 117 118 -
wp-editor/trunk/classes/WPEditorBrowser.php
r3038126 r3151053 263 263 //$result .= "Temp file: " . $_FILES["file-0"]["tmp_name"] . "<br />"; 264 264 265 $complete_directory = preg_replace('#^phar://#i', '', $complete_directory); 265 266 if ( file_exists( $complete_directory . $_FILES["file-0"]["name"] ) ) { 266 267 $error = -1; … … 400 401 $slash = '\\'; 401 402 } 403 404 $file_path = preg_replace('#^phar://#i', '', $file_path); 402 405 if ( file_exists( $file_path ) ) { 403 406 $content = file_get_contents( $file_path ); -
wp-editor/trunk/readme.txt
r3038126 r3151053 5 5 Requires at least: 3.9 6 6 Tested up to: 6.4.3 7 Stable tag: 1.2.9 7 Stable tag: 1.2.9.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 70 70 == Changelog == 71 71 72 = 1.2.9.1 = 73 * Sanitize inputs 74 72 75 = 1.2.9 = 73 76 * Sanitize outputs -
wp-editor/trunk/wpeditor.php
r3038126 r3151053 4 4 Plugin URI: http://wpeditor.net 5 5 Description: This plugin modifies the default behavior of the WordPress plugin and theme editors. 6 Version: 1.2.9 6 Version: 1.2.9.1 7 7 Requires at least: 3.9 8 8 Author: Benjamin Rojas
Note: See TracChangeset
for help on using the changeset viewer.