]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/order.php
Surfbar continued (unfinished) and some updates:
[mailer.git] / inc / modules / order.php
index 73626631b5e8f35824ff03cafcb1d5f80f644c2e..110ae78277d5a58fc88274bef3e4fea59fb67c26 100644 (file)
@@ -33,7 +33,7 @@
 
 // Some security stuff...
 $URL = "";
-if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) {
+if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 } elseif ((!EXT_IS_ACTIVE("order")) && (!IS_ADMIN())) {
@@ -68,9 +68,6 @@ if (empty($URL)) {
 
        // Finally is the entry valid?
        if (SQL_AFFECTEDROWS() == 1) {
-               // Update his login data
-               UPDATE_LOGIN_DATA();
-
                // Load personal data...
                $result = SQL_QUERY_ESC("SELECT gender, surname, family, email FROM "._MYSQL_PREFIX."_user_data WHERE userid=%s LIMIT 1",
                 array($GLOBALS['userid']), __FILE__, __LINE__);