-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathext_key.php
More file actions
20 lines (20 loc) · 791 Bytes
/
Copy pathext_key.php
File metadata and controls
20 lines (20 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
require_once "inc/head-nm.php";
require_once "crux/printFunctions.php";
?>
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<title><?php echo $asso_ext_name; ?>Gestionale Volontari</title>
<link rel="stylesheet" href="css/style.0.1.css">
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="inc/excel-like-bt/excel-bootstrap-table-filter-bundle.js"></script>
</head>
<body>
<?php
$gest->keyRecover($_GET['key']);