X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=register.php;h=bd80a4df30eeb921615ea47e5f7313367b3ebab2;hb=fb0742394a2097a506a777f0bc7c285c07eb6a72;hp=9969d83ba8e2c369d3d83c91d80f0fa349d7cb9c;hpb=55a5137307bf99d9868a775d4197cbe25dbf25d5;p=tt-rss.git diff --git a/register.php b/register.php index 9969d83b..bd80a4df 100644 --- a/register.php +++ b/register.php @@ -4,14 +4,11 @@ // 1) templates/register_notice.txt - displayed above the registration form // 2) register_expire_do.php - contains user expiration queries when necessary - error_reporting(E_ERROR | E_WARNING | E_PARSE); - $action = $_REQUEST["action"]; + require_once "functions.php"; require_once "sessions.php"; - require_once "sanity_check.php"; - require_once "functions.php"; require_once "config.php"; require_once "db.php";