mirror of
https://github.com/newnius/YAO-portal.git
synced 2025-06-06 07:11:54 +00:00
12 lines
196 B
PHP
12 lines
196 B
PHP
<?php
|
|
|
|
/* include this file (only) in every front page */
|
|
|
|
require_once('Securer.class.php');
|
|
|
|
/* set csrf token */
|
|
Securer::set_csrf_token();
|
|
|
|
/* set no iframe */
|
|
header('X-FRAME-OPTIONS:DENY');
|