Nothing to see here, just a typo...
This commit is contained in:
parent
bf5e995547
commit
28c81fcebb
|
@ -18,8 +18,6 @@ if (PHP_VERSION_ID < 50400) //PHP 5.4
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
die(0);
|
|
||||||
|
|
||||||
$iniExists = file_exists("/etc/airtime/airtime.conf");
|
$iniExists = file_exists("/etc/airtime/airtime.conf");
|
||||||
if ($iniExists) {
|
if ($iniExists) {
|
||||||
//reinstall, Will ask if we should rewrite config files.
|
//reinstall, Will ask if we should rewrite config files.
|
||||||
|
|
Loading…
Reference in New Issue