X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=blobdiff_plain;f=admin_images.php;h=8b6e5132e534ec66d018db16ac1baf5e60f759ac;hp=917526cd4f496736aa41c4b4122cd111b49cf83d;hb=c469d2530ad9684e56742d38f5817cb08ad98eef;hpb=00f6a232f1a6022f53f4e3c9d0236d81db966b62 diff --git a/admin_images.php b/admin_images.php index 917526c..8b6e513 100644 --- a/admin_images.php +++ b/admin_images.php @@ -13,7 +13,7 @@ # To save results to a database, you'll need to create the cms_images table # (the file admin_images.sql should help with this), and create the file # 'code/db_connect.php' which calls db_connect() see: -# code/wfpl/examples/db_connect.php +# inc/wfpl/examples/db_connect.php # # if you rename any of the database fields, you'll need to update this: @@ -30,8 +30,8 @@ $GLOBALS['image_thumb_max_height'] = '70'; $GLOBALS['image_file_name'] = uniqid() . getmypid() . '.jpg'; # comment this out to use uploader's filename -require_once('code/wfpl/format.php'); -require_once('code/wfpl/upload.php'); +require_once('inc/wfpl/format.php'); +require_once('inc/wfpl/upload.php'); # example: 200x300 function format_width_height($str) {