HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/randratticinsulationservices/public_html/api/config.php
<?php
    /**
     * Your Twitter App Info
     */
    
     // Consumer Key
    define('CONSUMER_KEY', 'cLAunr8uxbdZWeKZL36jDVpF1');
    define('CONSUMER_SECRET', 'WWkVwLxFaAKxPcTLOwb2oOxSZEtkOXOA5loYW1a9oE870oJuLV');

    // User Access Token
    define('ACCESS_TOKEN', '3062307642-QmRUXmQjPlsjg3pw7VqVDnfguVxkZ4C7Al8w1Ju');
    define('ACCESS_SECRET', 'j5QHlOsetB56YGN3kPaANBhgI0IWVSxRCO1hocLgyfb4g');
	
	// Cache Settings
	define('CACHE_ENABLED', false);
	define('CACHE_LIFETIME', 3600); // in seconds
	define('HASH_SALT', md5(dirname(__FILE__)));