0001438: Remplacement de HtmlInput par Http_Input
This commit is contained in:
parent
48c3fe5809
commit
aa55ed6894
79 changed files with 1303 additions and 878 deletions
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
if (!defined('ALLOWED'))
|
||||
die('Appel direct ne sont pas permis');
|
||||
|
||||
require_once NOALYSS_INCLUDE.'/lib/class_http_input.pĥp';
|
||||
/**
|
||||
* @file
|
||||
* @brief Upgrade all the database : the central repository , the templates and
|
||||
|
|
@ -31,7 +31,8 @@ if (!defined('ALLOWED'))
|
|||
?>
|
||||
|
||||
<?php
|
||||
$sb= HtmlInput::default_value_get("sb", "none");
|
||||
$http=new HttpInput();
|
||||
$sb= $http->get("sb", "string","none");
|
||||
if ($sb === "upg_all" && (!defined('MULTI')||(defined('MULTI')&&MULTI==1)))
|
||||
{
|
||||
echo '<div class="content">';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue