Changeset 60812 for trunk/src/wp-includes/ID3/getid3.lib.php
- Timestamp:
- 09/29/2025 07:11:01 PM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/ID3/getid3.lib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ID3/getid3.lib.php
r56975 r60812 1789 1789 } 1790 1790 if (isset($commandline)) { 1791 $output = trim( `$commandline`);1791 $output = trim(shell_exec($commandline)); 1792 1792 if (ctype_digit($output)) { 1793 1793 $filesize = (float) $output;
Note: See TracChangeset
for help on using the changeset viewer.