JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
make all require()s jumpable
[wfpl-cms.git] / admin_images.php
index 3635b24..9930889 100644 (file)
@@ -15,8 +15,8 @@ $GLOBALS['image_thumb_max_height'] = '70';
 $GLOBALS['image_file_name'] = uniqid() . getmypid() . '.jpg'; # comment this out to use uploader's filename
 
 
-require_once(INC_WFPL . 'format.php');
-require_once(INC_WFPL . 'upload.php');
+require_once(DOCROOT . 'inc/wfpl/format.php');
+require_once(DOCROOT . 'inc/wfpl/upload.php');
 
 # example: 200x300
 function format_width_height($str) {