]> git.wh0rd.org - tt-rss.git/blobdiff - register.php
remove error_reporting() hacks; set default error reporting level in functions.php
[tt-rss.git] / register.php
index 9969d83ba8e2c369d3d83c91d80f0fa349d7cb9c..bd80a4df30eeb921615ea47e5f7313367b3ebab2 100644 (file)
@@ -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";