Skip to content

Commit 2b35abc

Browse files
committed
tidy code
1 parent f7ae26e commit 2b35abc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

setup.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
$git_ref = "<em>Unknown</em><br><br>";
4747
$mod_rewrite = "<em>Unknown</em><br>";
4848

49-
5049
if (function_exists('apache_get_modules')) {
5150
if (in_array('mod_rewrite', apache_get_modules())) {
5251
$mod_rewrite = "<em><span class='success'>Enabled</span></em><br>";
@@ -69,7 +68,6 @@
6968
}
7069
}
7170

72-
7371
if (PHP_OS == "Linux") {
7472
if (is_dir (".git")) {
7573
$git_log = shell_exec ("git -c 'safe.directory=*' log -1");

0 commit comments

Comments
 (0)