MOON
Server: Apache
System: Linux 3-228-103-98.cprapid.com 3.10.0-1160.62.1.el7.x86_64 #1 SMP Tue Apr 5 16:57:59 UTC 2022 x86_64
User: api (1001)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/api/public_html/charlottesville/php/config.php
<?php
date_default_timezone_set ( "America/New_York" );
ini_set( "max_execution_time", 60 );
ini_set( "include_path", ini_get( "include_path" ) . ":/home/api/public_html/php:" . substr( __FILE__, 0, strrpos(__FILE__, "/") ) );
spl_autoload_register( function ( $sClass ) { include( "class." . $sClass . ".php" ); } );

require( "config.db.php" );
$mysqli->select_db( "avaxe_charlottesville" );
$oMLS = new oMLS();
$oMLS->aXlate = [ "MlsNum" => "L_ListingID" ];
global $oMLS;

$oAuth = new Authenticate( __FILE__ );
global $oAuth;