X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=blobdiff_plain;f=admin_files.php;h=ba0e507ae01f99f8534300ad6a328a2a2efef8dd;hp=034cfdf6cc6db0884dfae72c19d9350eb86dacc9;hb=c469d2530ad9684e56742d38f5817cb08ad98eef;hpb=00f6a232f1a6022f53f4e3c9d0236d81db966b62 diff --git a/admin_files.php b/admin_files.php index 034cfdf..ba0e507 100644 --- a/admin_files.php +++ b/admin_files.php @@ -13,7 +13,7 @@ # To save results to a database, you'll need to create the files table # (the file admin_files.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: @@ -27,9 +27,9 @@ $GLOBALS['upload_directory'] = 'files/'; $GLOBALS['filename_file_name'] = uniqid() . getmypid() . '.txt'; -require_once('code/wfpl/format.php'); -require_once('code/wfpl/email.php'); -require_once('code/wfpl/upload.php'); +require_once('inc/wfpl/format.php'); +require_once('inc/wfpl/email.php'); +require_once('inc/wfpl/upload.php'); function admin_files_get_fields() { $data = array();