[add] first

This commit is contained in:
2025-08-04 17:11:47 +08:00
commit 6a9fa3321e
6 changed files with 301 additions and 0 deletions

6
test.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
echo '<pre>';
echo shell_exec('whoami');
echo shell_exec('C:\nginx\nginx.exe -t 2>&1');
echo shell_exec('C:\nginx\nginx.exe -s reload 2>&1');
echo '</pre>';