mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Tidy the ends of some php file
Signed-off-by: Gontier Julien <gontierjulien68@gmail.com>
This commit is contained in:
@@ -129,5 +129,4 @@ function check_domain(&$domains) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -23,6 +23,4 @@
|
||||
default:
|
||||
die("Wrong action");
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
|
||||
@@ -23,6 +23,4 @@
|
||||
default:
|
||||
die("Wrong action");
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
|
||||
@@ -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)));
|
||||
|
||||
?>
|
||||
|
||||
@@ -651,5 +651,4 @@ else
|
||||
unlink($archive_file_name);
|
||||
exit;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -49,5 +49,4 @@ function theme_selection() {
|
||||
<label for="webtheme_<?php echo $key; ?>"><strong><?php echo $value[0]; ?></strong></label></div><?php
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -94,5 +94,4 @@ else
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user