Add missing license headers
This commit is contained in:
parent
e14d232958
commit
c9c4614ae6
@ -1,3 +1,7 @@
|
|||||||
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
if ($("#grid").length) {
|
if ($("#grid").length) {
|
||||||
window.shuffleInstance = new window.Shuffle(document.getElementById('grid'), {
|
window.shuffleInstance = new window.Shuffle(document.getElementById('grid'), {
|
||||||
itemSelector: '.pub__brick',
|
itemSelector: '.pub__brick',
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
require __DIR__ . "/required.php";
|
require __DIR__ . "/required.php";
|
||||||
|
|
||||||
require __DIR__ . "/lib/iputils.php";
|
require __DIR__ . "/lib/iputils.php";
|
||||||
|
3
view.php
3
view.php
@ -1,4 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
$id = $_GET['id'];
|
$id = $_GET['id'];
|
||||||
$id = filter_var($id, FILTER_SANITIZE_NUMBER_INT);
|
$id = filter_var($id, FILTER_SANITIZE_NUMBER_INT);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user