Harden security
This commit is contained in:
parent
7653691e53
commit
c8303e5f52
1 changed files with 4 additions and 0 deletions
|
|
@ -19,8 +19,12 @@
|
|||
|
||||
// Copyright Author Dany De Bontridder danydb@noalyss.eu
|
||||
|
||||
if (!defined('ALLOWED')) die('Appel direct ne sont pas permis');
|
||||
|
||||
require_once NOALYSS_INCLUDE . "/database/forecast_sql.class.php";
|
||||
|
||||
if ($g_user->check_module("FORECAST")==0) die();
|
||||
|
||||
$http = new HttpInput();
|
||||
$input = $http->request("input");
|
||||
$action = $http->request("ieaction", "string", "display");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue