Overview
Comment:Fix cron.php has moved
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: 6114f71e0cf834449e63ede58b1cc4c5a914aee3
User & Date: bohwaz on 2020-12-05 10:15:26
Other Links: branch diff | manifest | tags
Context
2020-12-05
10:22
Rename .htaccess check-in: e034f24906 user: bohwaz tags: dev, 1.0.0-rc6
10:15
Fix cron.php has moved check-in: 6114f71e0c user: bohwaz tags: dev
2020-12-04
23:59
Fix mixed content when WWW_URL is http and ADMIN_URL is https check-in: 7685aa1f87 user: bohwaz tags: dev
Changes

Modified src/www/admin/index.php from [fdb29841a3] to [7e32fa08cc].

22
23
24
25
26
27
28
29
30
$tpl->display('admin/index.tpl');
flush();

// Si pas de cron on réalise les tâches automatisées à ce moment-là
// c'est pas idéal mais mieux que rien
if (!USE_CRON)
{
	require_once ROOT . '/cron.php';
}







|

22
23
24
25
26
27
28
29
30
$tpl->display('admin/index.tpl');
flush();

// Si pas de cron on réalise les tâches automatisées à ce moment-là
// c'est pas idéal mais mieux que rien
if (!USE_CRON)
{
	require_once ROOT . '/scripts/cron.php';
}