|
|
@ -82,7 +82,7 @@ if (!array_key_exists('auth', $_SESSION) || $_SESSION['auth']!=1) { |
|
|
|
|
|
|
|
include_once EVOADMIN_BASE . '../inc/webadmin-suppr.php'; |
|
|
|
|
|
|
|
} elseif (preg_match('#^/webadmin/(.*)/letsencrypt/?(check)?/?$#', $uri, $params)) { |
|
|
|
} elseif (preg_match('#^/webadmin/(.*)/letsencrypt/?$#', $uri, $params)) { |
|
|
|
|
|
|
|
include_once EVOADMIN_BASE . '../inc/webadmin-letsencrypt.php'; |
|
|
|
|
|
|
|