<?php /** * This makes our life easier when dealing with paths. Everything is relative * to the application root now. */ chdir(dirname(__DIR__)); // 切换当前目录为活动目录 // Decline static file requests back to the PHP built-in webserver if (php_sapi_name() ==…