This commit is contained in:
Twilight 2024-06-11 12:42:36 +08:00
parent e62b5a0ab9
commit b66aba6423
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
#!/bin/sh
# setting php.ini
sed -i 's/expose_php = On/expose_php = Off/' /usr/local/etc/php/php.ini
# service crond start
exec apache2-foreground

View File

@ -376,7 +376,7 @@ zend.exception_ignore_args = On
; threat in any way, but it makes it possible to determine whether you use PHP
; on your server or not.
; http://php.net/expose-php
expose_php = On
expose_php = Off
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;