Update config.php
This commit is contained in:
+3
-1
@@ -30,8 +30,10 @@ $fh2 = fopen("./scripts/thisrun.txt", "w");
|
|||||||
fwrite($fh, $contents);
|
fwrite($fh, $contents);
|
||||||
fwrite($fh2, $contents2);
|
fwrite($fh2, $contents2);
|
||||||
|
|
||||||
$appriseconfig = fopen("~/.apprise");
|
if(strlen($apprise_input) > 0){
|
||||||
|
$appriseconfig = fopen("~/.apprise", "w");
|
||||||
fwrite($appriseconfig, $apprise_input);
|
fwrite($appriseconfig, $apprise_input);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
$language = $_GET["language"];
|
$language = $_GET["language"];
|
||||||
|
|||||||
Reference in New Issue
Block a user