Advertisement
plas71k

@david => template.class.php => license check code removed

Mar 22nd, 2013
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1.         if (1 <= $diff) {
  2.             $db->query('UPDATE ' . DB_PREFIX . 'settings SET `content` = \'' . @simple_crypt($database['password'], @time(), 'encrypt') . '\' WHERE `name` = \'last_check\'');
  3.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement