Skip to content

Instantly share code, notes, and snippets.

View haqqinaole's full-sized avatar

haqque naole haqqinaole

View GitHub Profile
(function () {
if (!Worker) //Detect IE
document.location = "http://www.whatbrowser.org/ru/browser/";
})();
<?php
require_once ('../../includes/functions.php');
require_once ('../../includes/session.php');
if(!$session->is_logged_in()){redirect_to("login.php");}
?>
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />