Skip to content

Commit 2ac78cd

Browse files
authored
Merge pull request #502 from emacs-php/remove-php-mirror
Replace https PHP site
2 parents 9cfa483 + 2214d38 commit 2ac78cd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

php-mode.el

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -299,13 +299,11 @@ parent. Set this variable to t if you want to use
299299
enabled."
300300
:type 'boolean)
301301

302-
(defcustom php-site-url "https://secure.php.net/"
302+
(defcustom php-site-url "https://php.net/"
303303
"Default PHP.net site URL.
304304
305-
The URL to use open PHP manual and search word.
306-
You can find a mirror site closer to you."
307-
:type 'string
308-
:link '(url-link :tag "List of Mirror Sites" "https://secure.php.net/mirrors.php"))
305+
The URL to use open PHP manual and search word."
306+
:type 'string)
309307

310308
(defcustom php-manual-url 'en
311309
"URL at which to find PHP manual.

0 commit comments

Comments
 (0)