1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wordpress_ynh.git synced 2024-09-03 20:36:10 +02:00

Update wp-config.php

This commit is contained in:
abeudin 2013-12-10 10:08:06 +01:00
parent 6914578c8b
commit db382781c0

View file

@ -33,3 +33,6 @@ if ( !defined('ABSPATH') )
// WordPress settings path
require_once(ABSPATH . 'wp-settings.php');
// Force https redirect
define('FORCE_SSL_ADMIN', true);