|
|
发表于 2026-4-20 23:59:20
|泰国|
查看全部
Hi,
I would like to report a minor syntax error found in the lang_admincp.php file.
Issue:
On line 7770, there is an extra single quote at the end of the line. This causes the following PHP error to be displayed:
- syntax error, unexpected token "class", expecting "]"
复制代码
Solution:
The issue can be easily fixed by removing the trailing single quote. The correct code for that line should look like this:
- 'rewrite_message' => '<h1>Apache Web Server (Dedicated Server User)</h1>'
复制代码
Please kindly review and apply this fix in the next update.
Thank you for your time and hard work.  |
|