<?php // location-specific values $protocol = ($_SERVER['HTTPS'] == "on") ? "https://" : "http://"; // if installed on https server // general settings $qvalidationarray = array("optional","required"); // types of validation possible ?>