mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-02 23:03:59 +01:00
Fix blank timeStart cases
This commit is contained in:
@@ -960,6 +960,9 @@ if (!isset($filemtime) && !is_dir($file)) {
|
||||
}
|
||||
// Set $timeStart, use 0 if not available
|
||||
$timeStart = isset($_POST["timeStart"]) ? numClean($_POST["timeStart"]) : 0;
|
||||
if ($timeStart == "") {
|
||||
$timeStart = 0;
|
||||
}
|
||||
|
||||
if (isset($ftpSite)) {
|
||||
// Get info on dir/file now
|
||||
|
||||
Reference in New Issue
Block a user