<?php /* * Created on ... * This file is used only for testing after you change config */ require('includes/ApplicationTop.php'); $config->reload(); echo '<pre>'; print_r($config); echo '</pre>'; ?>