Commit Graph

5 Commits

Author SHA1 Message Date
Andreas Heigl 4791ab9e6e Update sender of notes email (#21)
This updates the sender of the notes email to the noreply@php.net
email-address that has the entered email-address of the user as name.

That way the email should be recognized by the lists-server as
noreply@php.net is a subscribed list-user
2024-02-25 16:52:53 +00:00
Kamil Tekiela 4f98bb7878 Migrate mysql_* API 2022-07-18 22:25:22 +02:00
Nikita Popov 031dbfdb8a Minor code cleanups
Applying various minor improvements suggested by PhpStorm.
2021-04-11 20:46:25 +02:00
Ayesh Karunaratne ac1ea4746f Update *.php.net URLs to HTTPS (#9)
Updated existing `*.php.net` absolute URLs to use `https://`.
This includes redirects, links, and image source URLs to `php.net`, `people.php.net`, and `bugs.php.net`, all of which redirect to HTTPS.
Updating the hardcoded URLs from `http://` to `https://` should reduce the slight change of MITM that intercept the redirect response from `http://` URLs.
2021-04-07 18:38:16 -07:00
Nikita Popov 2a21449000 Move to public/ directory
Move everything that should be accessible from the webserver into
a public/ directory. Previously the document root was the root
of the repository, which is not great.
2021-04-07 12:12:02 +02:00