<?php // Define things that need to be globally accessible as constants. define( 'ORACLE_USERNAME', 'stani07p' ); define( 'ORACLE_PASSWORD', 'b1ggles' ); $outputMode = 'TEXT'; $verbosity = 2; $runMode = 'staff'; require_once 'test.php'; ?>