chdir( __DIR__ );. This changes the current working directory to the path of the script, which means that require_once() will work as expected.
確定! 回上一頁