Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
c441d884
Unverified
Commit
c441d884
authored
Nov 04, 2022
by
Helmo
Browse files
remove old debug code
parent
22224b38
Changes
1
Show whitespace changes
Inline
Side-by-side
server/lib/classes/cron.inc.php
View file @
c441d884
...
...
@@ -244,7 +244,6 @@ class cron {
}
$ts
=
mktime
(
$iHour
,
$iMinute
,
0
,
$iMonth
,
$iDay
,
$iYear
);
//print strftime('%d.%m.%Y (%A) %H:%M', $ts) . "\n";
//var_dump($iCurMinute, $iCurHour, $iCurDay, $iCurMonth, $iCurWDay, '--', $iNextMinute, $iNextHour, $iNextDay, $iNextMonth, $iNextWDay);
if
(
ISPConfigDateTime
::
last_day
(
$iMonth
,
$iYear
)
>=
$iDay
&&
in_array
(
$app
->
functions
->
intval
(
date
(
'w'
,
$ts
)),
$this
->
_aValidValues
[
'weekday'
],
true
)
===
true
)
{
$bValid
=
true
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment