Tidy the ends of some php file

Signed-off-by: Gontier Julien <gontierjulien68@gmail.com>
This commit is contained in:
Gontier Julien
2022-07-14 20:24:38 +02:00
parent 1714b082c3
commit 85f765f1e5
7 changed files with 0 additions and 9 deletions
-1
View File
@@ -129,5 +129,4 @@ function check_domain(&$domains) {
}
}
}
?>
-2
View File
@@ -23,6 +23,4 @@
default:
die("Wrong action");
}
?>
-2
View File
@@ -23,6 +23,4 @@
default:
die("Wrong action");
}
?>
-1
View File
@@ -44,5 +44,4 @@ if(isset($_GET["offset"]))
fseek($file, -1, SEEK_END);
// Add one to skip the very last "\n" in the log file
die(json_encode(array("offset" => ftell($file)+1)));
?>
-1
View File
@@ -651,5 +651,4 @@ else
unlink($archive_file_name);
exit;
}
?>
-1
View File
@@ -49,5 +49,4 @@ function theme_selection() {
<label for="webtheme_<?php echo $key; ?>"><strong><?php echo $value[0]; ?></strong></label></div><?php
}
}
?>
-1
View File
@@ -94,5 +94,4 @@ else
}
}
?>