There was an error while loading. Please reload this page.
1 parent f7ae26e commit 2b35abcCopy full SHA for 2b35abc
1 file changed
setup.php
@@ -46,7 +46,6 @@
46
$git_ref = "<em>Unknown</em><br><br>";
47
$mod_rewrite = "<em>Unknown</em><br>";
48
49
-
50
if (function_exists('apache_get_modules')) {
51
if (in_array('mod_rewrite', apache_get_modules())) {
52
$mod_rewrite = "<em><span class='success'>Enabled</span></em><br>";
@@ -69,7 +68,6 @@
69
68
}
70
71
72
73
if (PHP_OS == "Linux") {
74
if (is_dir (".git")) {
75
$git_log = shell_exec ("git -c 'safe.directory=*' log -1");
0 commit comments