27require
'../main.inc.php';
28require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
29require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
30require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formfile.class.php';
33$langs->loadLangs(array(
"users",
"admin",
"other"));
39$action =
GETPOST(
'action',
'aZ09');
47if (preg_match(
'/set_([a-z0-9_\-]+)/i', $action, $reg)) {
51 Header(
"Location: ".$_SERVER[
"PHP_SELF"]);
56} elseif (preg_match(
'/del_([a-z0-9_\-]+)/i', $action, $reg)) {
59 Header(
"Location: ".$_SERVER[
"PHP_SELF"]);
64} elseif ($action ==
'updateform') {
65 $res1 = 1; $res2 = 1; $res3 = 1; $res4 = 1; $res5 = 1;
66 if (GETPOSTISSET(
'MAIN_APPLICATION_TITLE')) {
67 $res1 =
dolibarr_set_const($db,
"MAIN_APPLICATION_TITLE",
GETPOST(
"MAIN_APPLICATION_TITLE",
'alphanohtml'),
'chaine', 0,
'', $conf->entity);
69 if (GETPOSTISSET(
'MAIN_SESSION_TIMEOUT')) {
70 $res2 =
dolibarr_set_const($db,
"MAIN_SESSION_TIMEOUT",
GETPOST(
"MAIN_SESSION_TIMEOUT",
'alphanohtml'),
'chaine', 0,
'', $conf->entity);
72 if (GETPOSTISSET(
'MAIN_SECURITY_MAX_IMG_IN_HTML_CONTENT')) {
73 $res3 =
dolibarr_set_const($db,
"MAIN_SECURITY_MAX_IMG_IN_HTML_CONTENT",
GETPOST(
"MAIN_SECURITY_MAX_IMG_IN_HTML_CONTENT",
'alphanohtml'),
'int', 0,
'', $conf->entity);
75 if (GETPOSTISSET(
'MAIN_SECURITY_MAX_POST_ON_PUBLIC_PAGES_BY_IP_ADDRESS')) {
76 $res4 =
dolibarr_set_const($db,
"MAIN_SECURITY_MAX_POST_ON_PUBLIC_PAGES_BY_IP_ADDRESS",
GETPOST(
"MAIN_SECURITY_MAX_POST_ON_PUBLIC_PAGES_BY_IP_ADDRESS",
'alphanohtml'),
'int', 0,
'', $conf->entity);
78 if (GETPOSTISSET(
'MAIN_SECURITY_MAX_ATTACHMENT_ON_FORMS')) {
79 $res5 =
dolibarr_set_const($db,
"MAIN_SECURITY_MAX_ATTACHMENT_ON_FORMS",
GETPOST(
"MAIN_SECURITY_MAX_ATTACHMENT_ON_FORMS",
'alphanohtml'),
'int', 0,
'', $conf->entity);
81 if ($res1 && $res2 && $res3 && $res4 && $res5) {
82 setEventMessages($langs->trans(
"RecordModifiedSuccessfully"),
null,
'mesgs');
94$wikihelp =
'EN:Setup_Security|FR:Paramétrage_Sécurité|ES:Configuración_Seguridad';
95llxHeader(
'', $langs->trans(
"Miscellaneous"), $wikihelp);
99print
'<span class="opacitymedium">'.$langs->trans(
"MiscellaneousDesc").
"</span><br>\n";
104print
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="POST">';
105print
'<input type="hidden" name="token" value="'.newToken().
'">';
106print
'<input type="hidden" name="action" value="updateform">';
115print
'<table class="noborder centpercent">';
116print
'<tr class="liste_titre">';
117print
'<td colspan="3">'.$langs->trans(
"Parameters").
'</td>';
118print
'<td class="right" width="100">'.$langs->trans(
"Status").
'</td>';
122print
'<tr class="oddeven">';
123print
'<td colspan="3">'.$langs->trans(
"UseCaptchaCode").
'</td>';
124print
'<td class="right">';
125if (function_exists(
"imagecreatefrompng")) {
126 if (!empty($conf->use_javascript_ajax)) {
127 print ajax_constantonoff(
'MAIN_SECURITY_ENABLECAPTCHA');
129 if (empty($conf->global->MAIN_SECURITY_ENABLECAPTCHA)) {
130 print
'<a href="'.$_SERVER[
'PHP_SELF'].
'?action=set_MAIN_SECURITY_ENABLECAPTCHA&token='.newToken().
'">'.
img_picto($langs->trans(
"Disabled"),
'off').
'</a>';
132 print
'<a href="'.$_SERVER[
'PHP_SELF'].
'?action=del_MAIN_SECURITY_ENABLECAPTCHA&token='.newToken().
'">'.
img_picto($langs->trans(
"Enabled"),
'on').
'</a>';
136 $desc = $form->textwithpicto(
'', $langs->transnoentities(
"EnableGDLibraryDesc"), 1,
'warning');
142print
'<tr class="oddeven">';
143print
'<td colspan="3">'.$langs->trans(
"UseAdvancedPerms").
'</td>';
144print
'<td class="right">';
145if (!empty($conf->use_javascript_ajax)) {
146 print ajax_constantonoff(
'MAIN_USE_ADVANCED_PERMS');
148 if (empty($conf->global->MAIN_USE_ADVANCED_PERMS)) {
149 print
'<a href="'.$_SERVER[
'PHP_SELF'].
'?action=set_MAIN_USE_ADVANCED_PERMS&token='.newToken().
'">'.
img_picto($langs->trans(
"Disabled"),
'off').
'</a>';
151 print
'<a href="'.$_SERVER[
'PHP_SELF'].
'?action=del_MAIN_USE_ADVANCED_PERMS&token='.newToken().
'">'.
img_picto($langs->trans(
"Enabled"),
'on').
'</a>';
163print
'<table width="100%" class="noborder">';
164print
'<tr class="liste_titre">';
165print
'<td colspan="2">'.$langs->trans(
"Parameters").
'</td>';
166print
'<td>'.$langs->trans(
"Value").
'</td>';
170$sessiontimeout = ini_get(
"session.gc_maxlifetime");
171if (empty($conf->global->MAIN_SESSION_TIMEOUT)) {
172 $conf->global->MAIN_SESSION_TIMEOUT = $sessiontimeout;
174print
'<tr class="oddeven">';
175print
'<td>'.$langs->trans(
"SessionTimeOut").
'</td><td class="right">';
176if (ini_get(
"session.gc_probability") == 0) {
177 print $form->textwithpicto(
'', $langs->trans(
"SessionsPurgedByExternalSystem", ini_get(
"session.gc_maxlifetime")));
179 print $form->textwithpicto(
'', $langs->trans(
"SessionExplanation", ini_get(
"session.gc_probability"), ini_get(
"session.gc_divisor"), ini_get(
"session.gc_maxlifetime")));
182print
'<td class="nowrap">';
183print
'<input class="flat right width50" name="MAIN_SESSION_TIMEOUT" type="text" value="'.getDolGlobalInt(
'MAIN_SESSION_TIMEOUT').
'"> '.strtolower($langs->trans(
"Seconds"));
187print
'<tr class="oddeven">';
188print
'<td>'.$langs->trans(
"MaxNumberOfImagesInGetPost").
'</td><td class="right">';
190print
'<td class="nowrap">';
191print
'<input class="flat right width50" name="MAIN_SECURITY_MAX_IMG_IN_HTML_CONTENT" type="text" value="'.getDolGlobalInt(
'MAIN_SECURITY_MAX_IMG_IN_HTML_CONTENT').
'"> '.strtolower($langs->trans(
"Images"));
195print
'<tr class="oddeven">';
196print
'<td>'.$langs->trans(
"MaxNumberOfPostOnPublicPagesByIP").
'</td><td class="right">';
198print
'<td class="nowrap">';
199print
'<input class="flat right width50" name="MAIN_SECURITY_MAX_POST_ON_PUBLIC_PAGES_BY_IP_ADDRESS" type="text" value="'.getDolGlobalInt(
"MAIN_SECURITY_MAX_POST_ON_PUBLIC_PAGES_BY_IP_ADDRESS", 200).
'"> '.strtolower($langs->trans(
"Posts"));
203print
'<tr class="oddeven">';
204print
'<td>'.$langs->trans(
"MaxNumberOfAttachementOnForms").
'</td><td class="right">';
206print
'<td class="nowrap">';
207print
'<input class="flat right width50" name="MAIN_SECURITY_MAX_ATTACHMENT_ON_FORMS" type="text" value="'.getDolGlobalInt(
"MAIN_SECURITY_MAX_ATTACHMENT_ON_FORMS", 10).
'"> '.strtolower($langs->trans(
"Files"));
226print $form->buttonsSaveCancel(
"Modify",
'');
security_prepare_head()
Prepare array with list of tabs.
dolibarr_set_const($db, $name, $value, $type='chaine', $visible=0, $note='', $entity=1)
Insert a parameter (key,value) into database (delete old key then insert it again).
dolibarr_del_const($db, $name, $entity=1)
Delete a constant.
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader()
Empty header.
load_fiche_titre($titre, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0)
Show tabs of a record.
dol_print_error($db='', $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
dol_get_fiche_end($notab=0)
Return tab footer of a card.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0)
Set event messages in dol_events session object.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.