Removed lines that have become obsolete

This commit is contained in:
DL6ER
2016-12-10 10:00:03 +01:00
parent 3557945ae2
commit 5c561c652c
-3
View File
@@ -58,9 +58,6 @@
$_SESSION['token'] = base64_encode(openssl_random_pseudo_bytes(32));
}
$token = $_SESSION['token'];
$piholeVersion = exec("cd /etc/.pihole/ && git describe --tags --abbrev=0");
$webVersion = exec("git describe --tags --abbrev=0");
?>
<!DOCTYPE html>