Skip to content

Commit 8dbdfba

Browse files
committed
ensure auto_prepend_file (prepend.php) is not loaded in sendmail-wrapper as it would override the passed env vars and e.g. SCRIPT_NAME would be sendmail-wrapper.php itself instead of original script
1 parent b6f5bc2 commit 8dbdfba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sendmail-throttle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/php
1+
#!/usr/bin/php -d auto_prepend_file=
22
<?php
33
/**
44
* Sendmail Wrapper by Onlime GmbH webhosting services

sendmail-wrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/php
1+
#!/usr/bin/php -d auto_prepend_file=
22
<?php
33
/**
44
* Sendmail Wrapper by Onlime GmbH webhosting services

0 commit comments

Comments
 (0)