28 require
'../../main.inc.php';
29 require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
30 require_once DOL_DOCUMENT_ROOT.
'/core/lib/cron.lib.php';
33 $langs->loadLangs(array(
'admin',
'cron'));
39 $actionsave =
GETPOST(
"save",
'alphanohtml');
42 if (!empty($actionsave)) {
66 $linkback =
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToModuleList").
'</a>';
67 print
load_fiche_titre($langs->trans(
"CronSetup"), $linkback,
'title_setup');
72 print
'<form name="agendasetupform" action="'.$_SERVER[
"PHP_SELF"].
'" method="post">';
73 print
'<input type="hidden" name="token" value="'.newToken().
'">';
77 print
'<span class="opacitymedium">'.$langs->trans(
'CronInfo').
'</span><br>';
81 print
'<table class="noborder centpercent">';
83 print
'<tr class="liste_titre">';
84 print
"<td>".$langs->trans(
"Parameter").
"</td>";
85 print
"<td>".$langs->trans(
"Value").
"</td>";
89 print
'<tr class="oddeven">';
90 print
'<td class="fieldrequired">'.$langs->trans(
"KeyForCronAccess").
'</td>';
92 if (!empty($conf->global->CRON_DISABLE_KEY_CHANGE)) {
93 $disabled =
' disabled="disabled"';
96 if (empty($conf->global->CRON_DISABLE_KEY_CHANGE)) {
97 print
'<input type="text" class="flat minwidth300"'.$disabled.
' id="CRON_KEY" name="CRON_KEY" value="'.(
GETPOST(
'CRON_KEY') ?
GETPOST(
'CRON_KEY') : (!empty($conf->global->CRON_KEY) ? $conf->global->CRON_KEY :
'')).
'">';
98 if (!empty($conf->use_javascript_ajax)) {
99 print
' '.img_picto($langs->trans(
'Generate'),
'refresh',
'id="generate_token" class="linkobject"');
102 print (!empty($conf->global->CRON_KEY) ? $conf->global->CRON_KEY :
'');
103 print
'<input type="hidden" id="CRON_KEY" name="CRON_KEY" value="'.(GETPOST(
'CRON_KEY') ?
GETPOST(
'CRON_KEY') : (!empty($conf->global->CRON_KEY) ? $conf->global->CRON_KEY :
'')).
'">';
106 print
'<td> </td>';
113 print
$form->buttonsSaveCancel(
"Save",
'');
118 print
'<br><br><br>';
121 if (!empty($conf->global->CRON_WARNING_DELAY_HOURS)) {
122 print
info_admin($langs->trans(
"WarningCronDelayed", $conf->global->CRON_WARNING_DELAY_HOURS)).
'<br>';
132 $constname =
'CRON_KEY';
135 include_once DOL_DOCUMENT_ROOT.
'/core/lib/security2.lib.php';
if(GETPOST('button_removefilter_x', 'alpha')||GETPOST('button_removefilter.x', 'alpha')||GETPOST('button_removefilter', 'alpha')) if(GETPOST('button_search_x', 'alpha')||GETPOST('button_search.x', 'alpha')||GETPOST('button_search', 'alpha')) if($action=="save" &&empty($cancel)) $help_url
View.
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).
if(!defined('NOREQUIRESOC')) if(!defined('NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined('NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined('NOREQUIREAJAX')) llxHeader()
Empty header.
if($cancel &&! $id) if($action=='add' &&! $cancel) if($action=='delete') if($id) $form
Actions.
cronadmin_prepare_head()
Return array of tabs to used on pages to setup cron module.
dol_print_cron_urls()
Show information with URLs to launch jobs.
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='')
Show tabs of a record.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='')
Set event messages in dol_events session object.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
info_admin($text, $infoonimgalt=0, $nodiv=0, $admin='1', $morecss='hideonsmartphone', $textfordropdown='')
Show information for admin users or standard users.
dolJSToSetRandomPassword($htmlname, $htmlnameofbutton='generate_token')
Ouput javacript to autoset a generated password using default module into a HTML element.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.