You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/config/lang/en.ts
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -198,14 +198,14 @@ export default {
198
198
'Note: If you cannot configure the system environment variables, you can change the agent configuration file, modify the project name, and find the path address of the python installation agent extension package, for example: /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site -packages/dongtai_agent_python modify project.name in dongtai_agent_python/config.json, the priority of system environment variable projectName is higher than project.name in configuration file;',
199
199
},
200
200
php: {
201
-
ManualInstallation: 'Manual Installation',
202
-
term1: 'Python Version: 8.0.9 and above',
201
+
Manualinstallation: 'manual installation',
202
+
term1: 'PHP version no less than 8.0.9',
203
203
manualInstallationDesc1:
204
-
'a. Manually unzip php-agent-test.tar.gz. There are three files in PHP agent test: Dongtai_ php_ Agent.so & test.json & run-tests.php, copy Dongtai_ php_ Agent.so to the extension in the PHP installation environment, for example:/usr/local/lib/php/pecl/20200930.',
204
+
'A. manually decompress php-agent.tar.gz. There are three files in PHP agent: dongtai_php_agent.so & policy.json & dongtai-php-property.ini. Copy dongtai_php_agent.so to the extension in the PHP installation environment, for example: / usr / local / lib / PHP / PECL / 20200930',
205
205
manualInstallationDesc2:
206
-
'b. Find php.ini, use the command: PHP - I | grep php.ini, and add: extension in php.ini_ Dir = "path of dongtai_php_agent.so inside PHP", extension = Dongtai_ php_ Agent, then execute PHP – V, the PHP version information is displayed normally, and there will be Dongtai in PHP – M_ php_ Agent, that is, the installation is successful.',
206
+
'B. find the configuration file directory of PHP, add: dongtai-php-property.ini, then execute PHP – m, and check that there will be dongtai_php_agent, that is, the installation is successful.',
207
207
manualInstallationDesc3:
208
-
'c. Through the terminal, enter PHP agent test, execute PHP run-tests.php test results, or enter the shooting range test. The shooting range address is: https://github.com/jinghao1/phpvul',
208
+
'C. through the terminal, enter PHP agent and execute PHP run-tests.php test results. You can also enter the shooting range for test. The shooting range address is: https://github.com/jinghao1/phpvul',
0 commit comments