Forum
Subscribe


setup.php

This page is not shown directly to visitors. It is a 'behind-the-scenes' page which is one of the 'included' php pages, which are included, in the format:

<?php include("setup.php");?>

It is included as the very first line of code of every public page in the site. Without it, the page can not contact and interact with the database.