]> git.wh0rd.org - tt-rss.git/blobdiff - register.php
pass logfile to child tasks if locking is possible, lock logfile before writing,...
[tt-rss.git] / register.php
index a8fdb483aec1c476f6f9c098a81a745d09f12326..eaab98e04ea2fb00000b628863e4399a288d98bc 100644 (file)
@@ -15,9 +15,9 @@
        require_once "config.php";
        require_once "db.php";
 
-       $action = $_REQUEST["action"];
+       startup_gettext();
 
-       $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
+       $action = $_REQUEST["action"];
 
        if (!init_plugins()) return;
 
@@ -95,7 +95,7 @@
 <head>
 <title>Create new account</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" type="text/css" href="utility.css">
+<link rel="stylesheet" type="text/css" href="css/utility.css">
 <script type="text/javascript" src="js/functions.js"></script>
 <script type="text/javascript" src="lib/prototype.js"></script>
 <script type="text/javascript" src="lib/scriptaculous/scriptaculous.js?load=effects,dragdrop,controls"></script>