<?php ########################### # # EMovies Pro # Coder: FrosT # EMail: hide@address.com # File: config.php # Description: # Holds the configuration variables. ########################### // Set the title of the top table the Zip Code will display last. $CONFIG['custom_title'] = 'EMovies Listings for %zip%'; // Head title $CONFIG['head_title'] = 'Emocium EMovies Listings and Showtimes'; // Use Curl? $CONFIG['use_curl'] = true; // Server URL (ONLY Modify this if the code below does not work.) // $CONFIG['server_url'] = "http://www.yoursite.com/installdir $CONFIG['server_url'] = "http://".$_SERVER['HTTP_HOST'].'/movies'; ?>