|
|
@ -48,6 +48,7 @@ if ($data == 'ku_general') {
|
|
|
|
date_add($kutime,date_interval_create_from_date_string("14 seconds"));
|
|
|
|
date_add($kutime,date_interval_create_from_date_string("14 seconds"));
|
|
|
|
|
|
|
|
|
|
|
|
// Return current datetime to requester.
|
|
|
|
// Return current datetime to requester.
|
|
|
|
|
|
|
|
ltrim($kutime, "0");
|
|
|
|
echo date_format($kutime,"Y/m/d H:i:s");
|
|
|
|
echo date_format($kutime,"Y/m/d H:i:s");
|
|
|
|
exit();
|
|
|
|
exit();
|
|
|
|
}
|
|
|
|
}
|
|
|
|