This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% extends 'templates/maindefault.twig' %} | |
{% block metadesc %}{{ post.meta_desc}}{% endblock %} | |
{% block title %}{{post.meta_title}}{% endblock %} | |
{% block content %} | |
<article itemscope itemtype="http://schema.org/BlogPosting" > | |
{% include 'templates/post/complete.twig' %} | |
{% include 'ads/leaderboard.twig' %} | |
{% include 'templates/post/partials/text.twig' %} | |
{% include 'templates/post/partials/resource.twig' %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @Author: Adnan Hussain Turki | |
* @Website: www.myphpnotes.com | |
* @Email Address: [email protected] | |
===================================== | |
* @Creation Time: 2019-09-06 19:47:42 | |
* @Last Modified by: Adnan | |
* @Last Modified time: 2019-09-18 01:00:35 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
session_start(); | |
if (isset($_SESSION['gusername']) AND isset($_SESSION['gtoken'])) { | |
header("location: home.php"); | |
die(); | |
} | |
?> | |
<!DOCTYPE html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @Author: Adnan Hussain Turki | |
* @Website: www.myphpnotes.com | |
* @Email Address: [email protected] | |
===================================== | |
* @Creation Time: 2019-09-06 19:47:42 | |
* @Last Modified by: Adnan | |
* @Last Modified time: 2019-09-18 01:00:35 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); | |
function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } | |
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superCl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); | |
function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } | |
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superCl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* The MIT License | |
* Copyright (c) 2012 Matias Meno <[email protected]> | |
*/ | |
@-webkit-keyframes passing-through { | |
0% { | |
opacity: 0; | |
-webkit-transform: translateY(40px); | |
-moz-transform: translateY(40px); | |
-ms-transform: translateY(40px); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* The MIT License | |
* Copyright (c) 2012 Matias Meno <[email protected]> | |
*/ | |
@-webkit-keyframes passing-through { | |
0% { | |
opacity: 0; | |
-webkit-transform: translateY(40px); | |
-moz-transform: translateY(40px); | |
-ms-transform: translateY(40px); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* The MIT License | |
* Copyright (c) 2012 Matias Meno <[email protected]> | |
*/ | |
@-webkit-keyframes passing-through { | |
0% { | |
opacity: 0; | |
-webkit-transform: translateY(40px); | |
-moz-transform: translateY(40px); | |
-ms-transform: translateY(40px); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* The MIT License | |
* Copyright (c) 2012 Matias Meno <[email protected]> | |
*/ | |
@-webkit-keyframes passing-through { | |
0% { | |
opacity: 0; | |
-webkit-transform: translateY(40px); | |
-moz-transform: translateY(40px); | |
-ms-transform: translateY(40px); |
OlderNewer