<?php # config.php ####################################### # HTTP Viewer Captcha Version © 2012 Scott Connell # Created: 2012/10/04 (year/month/day) # License: Free for personal and commercial use. # Terms: Redistribution/republishing strictly forbidden. # Source: http://scottconnell.orgfree.com ####################################### # SET VARIABLES ################################# # Set the full path to this directory with trailing slash /. $full_path = "c:/scott/source/http_viewer_v2/"; # END SETTING VARIABLES ################### $font_path = $full_path . "/arial.ttf"; $header_path = $full_path . "header.php"; $footer_path = $full_path . "footer.php"; ?>