| Server IP : 43.254.17.11 / Your IP : 216.73.217.169 Web Server : Apache System : Linux cp32.g-dns.com 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64 User : wongjieb ( 1220) PHP Version : 7.4.33 Disable Function : apache_child_terminate, apache_setenv, base64_encodem, define_syslog_variables, diskfreespace, escapeshellarg, escapeshellcmd, eval, exec, ini_alter, leak, passthru, popen, posix_getpwnam, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_close, proc_get_status, proc_nice, proc_open, proc_terminate, shell_exec, show_source, symlink, system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/wongjieb/wongjie.com/ |
Upload File : |
<?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define( 'WP_USE_THEMES', true ); /** Loads the WordPress Environment and Template */ require __DIR__ . '/wp-blog-header.php';