X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=blobdiff_plain;f=admin_images.php;h=993088975ee36983f3de3d26e5d0fef2f76fb39f;hp=3635b248787a3baf0749c22e9e77068fc9cb01b9;hb=abf27e3dd23a8fb52d766be615ebaa19a9dfc389;hpb=0480ae4d817410e13204282aeb360b59402429ac diff --git a/admin_images.php b/admin_images.php index 3635b24..9930889 100644 --- a/admin_images.php +++ b/admin_images.php @@ -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) {