Bearsampp 2026.7.28
Loading...
Searching...
No Matches
ajax.reload.status.php File Reference

Go to the source code of this file.

Namespaces

namespace  Bearsampp

Variables

 $response = array()
 catch (Exception $e)
if(file_exists($reloadStatusFile)) else
 exit
 try

Variable Documentation

◆ $response

$response = array()

Definition at line 22 of file ajax.reload.status.php.

◆ catch

catch ( Exception $e)
Initial value:
{
$mailpitPort = $bearsamppBins->getMailpit()->getSmtpPort()
global $bearsamppBins

Definition at line 57 of file ajax.reload.status.php.

◆ else

if (file_exists( $reloadStatusFile)) else
Initial value:
{
$response = array(
'completed' => false,
'message' => 'Reload in progress'
)

Definition at line 51 of file ajax.reload.status.php.

◆ exit

exit

Definition at line 66 of file ajax.reload.status.php.

◆ try

try
Initial value:
{
$reloadStatusFile = Path::getLogsPath() . '/reload-status.json'
static getLogsPath($aetrayPath=false)

Definition at line 24 of file ajax.reload.status.php.