53 if ($this->bearsamppConfRaw !==
false) {
54 $this->exe = $this->symlinkPath .
'/' . $this->bearsamppConfRaw[self::LOCAL_CFG_EXE];
55 $this->idleExe = $this->symlinkPath .
'/' . $this->bearsamppConfRaw[self::LOCAL_CFG_IDLE_EXE];
62 if (!is_dir($this->currentPath)) {
65 if (!is_dir($this->symlinkPath)) {
69 if (!is_file($this->bearsamppConf)) {
72 if (!is_file($this->exe)) {
75 if (!is_file($this->idleExe)) {