diff -r db42b7c50e57 -r 330f4de4c937 plugins/SpecialAdmin.php
--- a/plugins/SpecialAdmin.php Mon Apr 19 18:07:43 2010 -0400
+++ b/plugins/SpecialAdmin.php Fri Apr 30 22:10:57 2010 -0400
@@ -1110,6 +1110,14 @@
return;
}
+ if ( isset($_GET['act']) && $_GET['act'] == 'verify_path' )
+ {
+ $path = $_POST['path'];
+ $result = @file_exists($path) && @is_file($path) && @is_executable($path);
+ echo $result ? 'true' : 'false';
+ return;
+ }
+
if(isset($_POST['save']))
{
if(isset($_POST['enable_uploads']) && getConfig('enable_uploads') != '1')
@@ -1218,7 +1226,7 @@
get('acpup_field_magick_enable'); ?>
- get('acpup_field_magick_path'); ?>
+ get('acpup_field_magick_path'); ?>
get('acpup_field_magick_path_hint'); ?>