<?php // This script redirects users to the main page if they attempt // to access the directory from a browser. include("../include/config.php"); header("Location: http://{$SERVER_NAME}{$CALC_PATH}"); exit(0); ?>